RE: Struts 1.3.8 and URL Validation

2007-05-09 Thread pushkar . p
Ok. Thanks a lot. -Pushkar > -Original Message- > From: Tomas Kramar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 09, 2007 10:51 PM > To: Struts Users Mailing List > Subject: Re: Struts 1.3.8 and URL Validation > > > It works on a server side - thi

Re: Struts 1.3.8 and URL Validation

2007-05-09 Thread Tomas Kramar
then redirect back to input form and display the message. [EMAIL PROTECTED] wrote: > >> -Original Message- >> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper >> Sent: Wednesday, May 09, 2007 11:26 AM >> To: user@struts.apache.org >> Subjec

RE: Struts 1.3.8 and URL Validation

2007-05-08 Thread pushkar . p
> -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper > Sent: Wednesday, May 09, 2007 11:26 AM > To: user@struts.apache.org > Subject: Re: Struts 1.3.8 and URL Validation > > > [EMAIL PROTECTED] wrote: > >> There is no

Re: Struts 1.3.8 and URL Validation

2007-05-08 Thread Laurie Harper
[EMAIL PROTECTED] wrote: There is no JavaScript implementation of the url validation. Niall Does it mean that the default "url" validator in validation.xml doesn't work? No, it means that it only works on the server-side; there is no client side validation for this rule type. L. ---

RE: Struts 1.3.8 and URL Validation

2007-05-08 Thread pushkar . p
> There is no JavaScript implementation of the url validation. > > Niall > Does it mean that the default "url" validator in validation.xml doesn't work? -Pushkar.

Re: Struts 1.3.8 and URL Validation

2007-05-08 Thread Niall Pemberton
On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I'm using Struts version 1.3.8 and I intend to use URL validation for a field using the validation.xml file. But, when I declare the field in validation.xml, it does not validate the field to check whether the URL is a valid one, meani

Struts 1.3.8 and URL Validation

2007-05-08 Thread pushkar . p
Hi, I'm using Struts version 1.3.8 and I intend to use URL validation for a field using the validation.xml file. But, when I declare the field in validation.xml, it does not validate the field to check whether the URL is a valid one, meaning that it takes any input that I give in that textbox. He