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
t coming back to the client browser. Hence url will remain the same... Does that really matter... you would look at the page rather than what is there in the URL! HTH Nitesh - Original Message - From: "Thai Dang Vu" <[EMAIL PROTECTED]> To: Sent: Saturday, June 18, 2005 2:08 A

Howto display errors when using Struts Validator

2005-06-17 Thread Thai Dang Vu
Hello, I don't know how to display errors in the jsp input page when using Struts Validator. This is my case: - validation.xml ... mask ^(\d{3}-\d{3}-\d{4})|(\(\d{3}\) ?\d{3}-\d{4})$