Dave W.

Greenhorn
+ Follow
since Feb 17, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dave W.

I updated the file to include a web-inf and a web.xml but still no joy.
New download on http://www.geocities.com/bobbydave2003/E-Library.zip

Thanks for responding so quick also Bear
19 years ago
JSP
http://www.geocities.com/bobbydave2003/E-Library.zip
Download the above file please and place in tomcat/webapps folder

I have created a Form Validation page.

In the E-Library/EndUsers/Home/NewUsers.jsp the user is asked to fill in the data and if fields are left blank, then the page goes to Process.jsp which forwards the page to either Retry.jsp where the fields are noted and the user must fill in the fields that are empty or its brought to the UserAdded.jsp

I have created a bean FormBean.java and compiled it javac -d . FormBean.java which has created a folder 'foo' and inside this is the class file.

However when all fields are left empty and the user clicks submit, I get errors saying it cannot find the foo.FormBean class when its within the same folder as the others.
Please help me as this is part of my thesis to be handed up in 2 weeks.

Thanks
19 years ago
JSP