Fwd: Struts 2 Custom Validation

2008-02-27 Thread Dave Newton
I've forwarded this to the struts-user list; it's better to ask questions there. --- Thaminda Karunanayake <[EMAIL PROTECTED]> wrote: > From: "Thaminda Karunanayake" <[EMAIL PROTECTED]> > I'm using Struts 2 client side validation to validate a password > confirmation field. > But to do that I can'

Re: Struts 2 Custom Validation

2008-02-27 Thread Randy Burgess
Struts Users Mailing List > Date: Wed, 27 Feb 2008 09:48:57 -0500 > To: Struts Users Mailing List > Subject: Re: Struts 2 Custom Validation > > You mean a form with a password field and a confirm password field and > validation that they match? > > @FieldExpressionValidator

Re: Struts 2 Custom Validation

2008-02-27 Thread Randy Burgess
008 16:48:05 +0530 > To: > Subject: Struts 2 Custom Validation > > Hi all, > > > > Can someone tell me how to achieve client side validation in struts 2 with > custom validators > > It seems that password conformation in client side is not possible wi

Struts 2 Custom Validation

2008-02-27 Thread Thaminda Karunanayake
Hi all, Can someone tell me how to achieve client side validation in struts 2 with custom validators It seems that password conformation in client side is not possible with the provided validators in struts 2. If we are to write a new validator in struts 2, what are the steps that we have t