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 - this means that you have to > sub

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 JavaScript implementation of the ur

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.

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

RE: Form submission

2007-04-25 Thread pushkar . p
Yes, I think so. I just tried again with a small function and a test form. Having a html:submit and also giving form.submit() from a method works fine in firefox, meaning that it doesn't submit the form twice, but in IE, the form does get submitted twice occasionally. I think the reason could be th

RE: Form submission

2007-04-25 Thread pushkar . p
You can try replacing the html:submit with html:button and call your populateAndSubmit() method from the button. -Pushkar. -Original Message- From: Krishna, Hari (FTT-CInternet) [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 11:14 AM To: Struts Users Mailing List Cc: Amara,

Struts 1.3.5 - Validate for "&" in mask validator

2007-01-30 Thread pushkar . p
Hi, Maybe this is more of a Regular Expressions question than struts, but please help me if you can. I'm using Mask validator in Struts 1.3.5 and I'm not able to include "&" symbol in the regular expression for the mask. I intend to allow the user to enter "&" inside the text box but, even after g

RE: Struts 1.3.5 and URL Validation

2007-01-30 Thread pushkar . p
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. Thanks. -Pushkar -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 30, 2007 9:11 PM

Struts 1.3.5 - Radio Button validation

2007-01-30 Thread pushkar . p
Hi all, Can you please tell me whether I can validate a set of radio buttons so that atleast one of them is checked, using the struts validation.xml? Is there a pre-defined validator method (like required) defined for that or will I have to write a custom validator method? Thanks. -Pushkar

Struts 1.3.5 and URL Validation

2007-01-30 Thread pushkar . p
Hi everyone, I'm using Struts version 1.3.5 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 te