I have a java code which successfully calls C code through JNI. I want to know whether I can have a bean which calls this Java code so that from the browser I can have a jsp calling a bean and thus set it working from the browser.
The path I visualize for the above thing to work is...
I have a java code which successfully calls C code through JNI. I want to know whether I can have a bean which calls this Java code so that from the browser I can have a jsp calling a bean and thus set it working from the browser.
The path I visualize for the above thing to work is...
I really appreciate for such quick response. Gerald, I tried using <%@page import "myBean.*"%> at the top of the jsp file. But it still gives me the same error saying "Parsing of JSP File '/SaveName.jsp failed:and could not create a bean of type myBean.UserData"
Now I tried...
I am using BEA Weblogic server 5.1 to deploy the JSP. I am trying to call a bean from my JSP. I have made the following
settings in the weblogic.properties file :
weblogic.httpd.register.*.jsp= weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp= pageCheckSeconds=1...
Hi,
Could someone help me on this. I get this error msg
when calling the bean named UserData from Savename.jsp.
Parsing of JSP File '/SaveName.jsp' failed:
--------------------------------------------------------------------------------
/SaveName.jsp(1): Could not create a bean of type...
Hi,
Could someone help me on this. I get this error msg
when calling the bean named UserData from Savename.jsp.
Parsing of JSP File '/SaveName.jsp' failed:
--------------------------------------------------------------------------------
/SaveName.jsp(1): Could not create a bean of type...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.