Posted By:
Anonymous
Posted On:
Thursday, April 12, 2001 05:56 PM
I am trying to implement a sample login JSP from a book "Instant JavaServer Pages by Paul Tremblett chapter 3". I am using win 98 with tomcat 3.2.1, jdk1.3,jsdk2.0. I am sure that the JSP's and classes are in the correct directories. When I attempt to create the bean using scope="application" /> I get the error "Cannot create bean of class com.instantjsp.LoginManager" Please help me quick, this is my final year degree project due in 2 weeks. Thanks in advance Johnny.
More>>
I am trying to implement a sample login JSP from a book "Instant JavaServer Pages by Paul Tremblett chapter 3".
I am using win 98 with tomcat 3.2.1, jdk1.3,jsdk2.0. I am sure that the JSP's and classes are in the correct directories. When I attempt to create the bean using
scope="application" />
I get the error
"Cannot create bean of class com.instantjsp.LoginManager"
Please help me quick, this is my final year degree project due in 2 weeks.
Thanks in advance
Johnny.