URL Validation with Struts validator

2003-03-05 Thread Greg Hess
Hi All, Has anyone implemented URL validation for Struts validator? Can you share? Thanks, Greg

Re: URL Validation with Struts validator

2003-03-05 Thread David Graham
What is URL validation? David From: Greg Hess [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Subject: URL Validation with Struts validator Date: Wed, 5 Mar 2003 16:53:36 -0500 Hi All, Has anyone implemented URL validation for Struts

RE: URL Validation with Struts validator

2003-03-05 Thread Greg Hess
I want to ensure my users enter a valid URL in a form. eg: http://www.somesite.com Greg -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 4:54 PM To: [EMAIL PROTECTED] Subject: Re: URL Validation with Struts validator What is URL

RE: URL Validation with Struts validator

2003-03-05 Thread Pani, Gourav
with Struts validator Hi All, Has anyone implemented URL validation for Struts validator? Can you share? Thanks, Greg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URL Validation with Struts validator

2003-03-05 Thread Jeff Kyser
it in validation-rules.xml. -Original Message- From: Greg Hess [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 4:54 PM To: Struts Subject: URL Validation with Struts validator Hi All, Has anyone implemented URL validation for Struts validator? Can you share? Thanks, Greg

RE: URL Validation with Struts validator

2003-03-05 Thread Greg Hess
. Greg -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 5:26 PM To: Struts Users Mailing List Subject: Re: URL Validation with Struts validator You could probably do a less robust version using the existing mask rule, could you not? -jeff

Re: URL Validation with Struts validator

2003-03-05 Thread Jeff Kyser
Mailing List Subject: Re: URL Validation with Struts validator You could probably do a less robust version using the existing mask rule, could you not? -jeff On Wednesday, March 5, 2003, at 04:11 PM, Pani, Gourav wrote: you will have to do a javascript string validation in the same manner

Re: URL Validation with Struts validator

2003-03-05 Thread Rob Leland
to achieve using the ORO package. David Graham wrote: What is URL validation? David From: Greg Hess [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Subject: URL Validation with Struts validator Date: Wed, 5 Mar 2003 16:53:36 -0500 Hi All, Has

Re: URL Validation with Struts validator

2003-03-05 Thread Rob Leland
Greg Hess wrote: I was looking at that but the RFC compliant Regex I found needs to split the string up and examine each segment separately. Could you send me the URL where I can get the RFC compliant Regex, or e-mail me directly ? It would have to make the port optional, and with that I can