Thanks Nitesh.
will print all the error messages at one place. I needed each
error message to go to the proper position (i.e. the error message for name
must be next to the name text field). So I used .
When I don't use struts validator, I would write something like this in the
action form
1. Displaying errors on the JSP page is not differnt from the normal action
form validation. You could add whereever you need to display
the error. In addition you could add a in your JSP along with adding onsubmit="return
validateYourFormName(this)" in the html:form would give you an additiona
2 matches
Mail list logo