The application gives to me an exception in this line:
Code:<jsp:useBean id="loginManager" class="com.instantJsp.LoginManager" scope="application"/>
failed
com.instantJsp.LoginManager
could not be loaded
what's happening?
Printable View
The application gives to me an exception in this line:
Code:<jsp:useBean id="loginManager" class="com.instantJsp.LoginManager" scope="application"/>
failed
com.instantJsp.LoginManager
could not be loaded
what's happening?
Pls send us the full coding
The directory structure :
ProfessionalWebApp(root)/WEB-INF/classes/com/
instantJsp/LoginManager.jsp[pollstop]
And I have deployed it in Weblogic's defaultWebApp folder of my domain[pollstop]I am calling the JSP from a html file
And the url to access my application is:
It displays the html form correctly, but when I am going to enter the fields and press the enter button it simply says Parsing of
ProfessionalWebApp/ValidateUser1.jsp
could not be loaded
Probably occured due to the error in /ProfessionalWebApp/ValidateUser1.jsp line 1:<jsp:useBean id="loginManager" class="com.instantJsp.LoginManager" scope="application"/>
please help