RE: validation: fieldexpression doesn't get executed if stringlength validation fails

2008-08-15 Thread Martin Gainty
[EMAIL PROTECTED] > Subject: RE: validation: fieldexpression doesn't get executed if stringlength > validation fails > To: user@struts.apache.org > > Wait... you guys get PAID to work?!?! > > > --- On Fri, 8/15/08, Martin Gainty <[EMAIL PROTECTED]> wrote: >

RE: validation: fieldexpression doesn't get executed if stringlength validation fails

2008-08-15 Thread Dave Newton
Wait... you guys get PAID to work?!?! --- On Fri, 8/15/08, Martin Gainty <[EMAIL PROTECTED]> wrote: > From: Martin Gainty <[EMAIL PROTECTED]> > Subject: RE: validation: fieldexpression doesn't get executed if stringlength > validation fails > To: "Struts U

RE: validation: fieldexpression doesn't get executed if stringlength validation fails

2008-08-15 Thread Martin Gainty
to any party other than intended recipient. Sender does not > > necessarily endorse content contained within this > > transmission. > > > > > > > Date: Fri, 15 Aug 2008 18:13:43 -0300 > > > From: [EMAIL PROTECTED] > > > To: user@struts.apache.org

RE: validation: fieldexpression doesn't get executed if stringlength validation fails

2008-08-15 Thread Dave Newton
m: [EMAIL PROTECTED] > > To: user@struts.apache.org > > Subject: Re: validation: fieldexpression doesn't > get executed if stringlength validation fails > > > > Besides the 3-8 thing there (which I suppose is a > typo), String > > comparison with == works

RE: validation: fieldexpression doesn't get executed if stringlength validation fails

2008-08-15 Thread Martin Gainty
contained within this transmission. > Date: Fri, 15 Aug 2008 18:13:43 -0300 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: validation: fieldexpression doesn't get executed if stringlength > validation fails > > Besides the 3-8 thing there (which I s

Re: validation: fieldexpression doesn't get executed if stringlength validation fails

2008-08-15 Thread Gabriel Belingueres
Besides the 3-8 thing there (which I suppose is a typo), String comparison with == works well for me: Password must be the same 2008/8/15, natalia_ <[EMAIL PROTECTED]>: > > I want all validation on 2 fields to take place, I am not short-circuiting > any. But it looks like

validation: fieldexpression doesn't get executed if stringlength validation fails

2008-08-15 Thread natalia_
I want all validation on 2 fields to take place, I am not short-circuiting any. But it looks like the behavior is such that if stringlength fails the fieldexpression doesn't fire. Only if the field satisfies the length requirement then I see the result of fieldexpression to appear. I tried to put