| Author |
Tomcat 4.11 doubt
|
Manoj Zachariah
Ranch Hand
Joined: Dec 08, 2003
Posts: 65
|
|
i have three jsps which basically take 3 values and print it getName.jsp saveName.jsp and nexPage.jsp the java class is UserData.class i've put the class in C:\Tomcat41\webapps\examples\WEB-INF\classes when i run the jsp's i get the error when i press SUBMIT i'm a beginner here, kindly help!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56207
|
|
|
The class UserData needs to be in a package.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Manoj Zachariah
Ranch Hand
Joined: Dec 08, 2003
Posts: 65
|
|
i've created a directory userdata and used package in the UserData.it still gives me the same error.
|
 |
Manoj Zachariah
Ranch Hand
Joined: Dec 08, 2003
Posts: 65
|
|
its works now, thanks
|
 |
 |
|
|
subject: Tomcat 4.11 doubt
|
|
|