RE: [struts-1.2.x] Struts Validator?

2006-03-29 Thread Michael Laccetti
ED] Sent: Wednesday, March 29, 2006 6:00 PM To: Struts Users Mailing List Subject: Re: [struts-1.2.x] Struts Validator? On 3/29/06, Michael Laccetti <[EMAIL PROTECTED]> wrote: > I'm using the validator framework in a server-side world. User > submits form, validator is invoked, p

[struts-1.2.x] Struts Validator?

2006-03-29 Thread Michael Laccetti
I'm using the validator framework in a server-side world. User submits form, validator is invoked, page with errors is displayed. Now, 99% of the examples I've found out in the wild all talk about the client-side stuff. And of the 1% that is left, they all use to display the failure message(s).