Hi guys,
I am working on
struts 1.2.8 and Apache
Tomcat 4.1. I came across problem while using the validation framework of struts. Following is the exception that is thrown. I cannot make out from this stack trace where i am possibly going wrong ....the error message is incompletly displayed on the screen along with success message. :-
My JSP looks something like this :- The configuration that i have made in my struts-config.xml is :-
My validation.xml looks something like this :-
Now ...my action class looks something like this :-
The problem is besides displaying the incomplete error message, the details from the form are submitted till the database layer. I am frustated, somebody please help me point out the problem.
Million thanks

mkar Patkar