Re: Struts 1.3.5 and URL Validation

2007-01-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pushkar, [EMAIL PROTECTED] wrote: > Yes, I was expecting client-side validation to work for URLs. And ya, other > validations like "required", "email", "maxlength"..etc are working fine on > this form. There was a bug in URLValidator that made it fai

RE: Struts 1.3.5 and URL Validation

2007-01-30 Thread pushkar . p
Tuesday, January 30, 2007 9:11 PM To: Struts Users Mailing List Subject: Re: Struts 1.3.5 and URL Validation On 1/30/07, Dave Newton <[EMAIL PROTECTED]> wrote: > --- [EMAIL PROTECTED] wrote: > > Is there anything else that I need to do for URL > > validation besides declar

Re: Struts 1.3.5 and URL Validation

2007-01-30 Thread Niall Pemberton
On 1/30/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- [EMAIL PROTECTED] wrote: > Is there anything else that I need to do for URL > validation besides declaring in validation.xml? You need to provide more information. ActionForm class, how you're mapping from action => validation (bean name or

Re: Struts 1.3.5 and URL Validation

2007-01-30 Thread Dave Newton
--- [EMAIL PROTECTED] wrote: > Is there anything else that I need to do for URL > validation besides declaring in validation.xml? You need to provide more information. ActionForm class, how you're mapping from action => validation (bean name or action name), does any *other* validation on the same