RE: Question about validation mechanism

2007-12-20 Thread Jeremy JGR. Grumbach
rking perfectly now. Thanks, Jeremy -Original Message- From: Ian Roughley [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 7:13 PM To: Struts Users Mailing List Subject: Re: Question about validation mechanism The validator interceptor doesn't do anything. If you ar

Re: Question about validation mechanism

2007-12-19 Thread Ian Roughley
The validator interceptor doesn't do anything. If you are using the s2 tags, then the getter matching the name attribute will be called on the action or model. /Ian -- Ian Roughley From Down & Around, Inc. Consulting * Training / Mentoring * Agile Process * Open Source web: http://www.fdar.

Question about validation mechanism

2007-12-19 Thread Jeremy JGR. Grumbach
Hi, I have a page "add.jsp" with a form and lots of fields. I have added a validation in my struts configuration to validate the form. During the form validation, if an error is detected, then an action error is added to the request and struts redirects to the "input" forward. In most of cases