Re: expression validator

2008-02-29 Thread Nuwan Chandrasoma
, Randy Burgess Sr. Web Applications Developer Nuvox Communications From: mojoRising <[EMAIL PROTECTED]> Reply-To: Struts Users Mailing List Date: Fri, 29 Feb 2008 06:55:51 -0800 (PST) To: Subject: Re: expression validator Thanks. But I still don't understand...According to the link

Re: expression validator

2008-02-29 Thread Randy Burgess
0800 (PST) > To: > Subject: Re: expression validator > > > Thanks. But I still don't understand...According to the link you mentioned it > is not possible to do what I was trying to. So, what is the point of this > validator if it doesn't do client side validation? And, ar

Re: expression validator

2008-02-29 Thread Dave Newton
--- Martin Gainty <[EMAIL PROTECTED]> wrote: > [...] AFAICT this doesn't do client-side expression validation either. See, there is no client-side expression validation. My comment was directed at the Roes Indai person who implied that their tutorial would help the person with the original questio

Re: expression validator

2008-02-29 Thread Dave Newton
--- mojoRising <[EMAIL PROTECTED]> wrote: > Thanks. But I still don't understand...According to the link you mentioned > it is not possible to do what I was trying to. So, what is the point of this > validator if it doesn't do client side validation? Because there are other places to do validatio

Re: expression validator

2008-02-29 Thread mojoRising
Thanks. But I still don't understand...According to the link you mentioned it is not possible to do what I was trying to. So, what is the point of this validator if it doesn't do client side validation? And, are you saying that it is not possible to do a simple 'equals' test in client side validat

Re: expression validator

2008-02-29 Thread Martin Gainty
ppear Here Make sense? M-- From: "Dave Newton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, February 29, 2008 9:16 AM Subject: RE: expression validator > --- Deepak Kumar <[EMAIL PROTECTED]> wrote: > >

RE: expression validator

2008-02-29 Thread Dave Newton
--- Deepak Kumar <[EMAIL PROTECTED]> wrote: > Here is very good example with running source code. > http://www.roseindia.net/struts/struts2/struts-2-client-side-validation-example.shtml Hmm, that doesn't seem to do client-side expression validation either, unless I missed it. Perhaps you can point

RE: expression validator

2008-02-29 Thread Deepak Kumar
List' Subject: RE: expression validator Hi, You can override the default functionality and use , create the validator.xml such that is can compare strings. Refer the following site , http://struts2issues.blogspot.com/ this will give a complete idea of doing it. Thanks . -Origin

RE: expression validator

2008-02-29 Thread Sanjeewa Saman
PROTECTED] Sent: Friday, February 29, 2008 4:16 AM To: user@struts.apache.org Subject: Re: expression validator Thanks, I confirmed my syntax, and now it does not do any client side validation. Do I have this validator in the right place? Here is the relevant code from my xml file: http

Re: expression validator

2008-02-28 Thread Randy Burgess
> To: > Subject: Re: expression validator > > > Thanks, I confirmed my syntax, and now it does not do any client side > validation. Do I have this validator in the right place? Here is the > relevant code from my xml file: > > > "-//OpenSym

Re: expression validator

2008-02-28 Thread mojoRising
Thanks, I confirmed my syntax, and now it does not do any client side validation. Do I have this validator in the right place? Here is the relevant code from my xml file: http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd";>

Re: expression validator

2008-02-28 Thread Randy Burgess
>From the validator documentation. email.equals(email2) Email not the same as email2 Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: mojoRising <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Thu, 28 Feb 2008 13:31:19 -080