Re: Howto display errors when using Struts Validator - Thanks Nitest

2005-06-20 Thread Thai Dang Vu
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

Re: Howto display errors when using Struts Validator

2005-06-17 Thread Nitesh
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