RE: url validation

2007-06-02 Thread Joe Yuen
I am trying to validate a url. I have the following in my validation.xml file allowallschemes true allow2slashes true schemes http,https,telnet,file nofragments true However when I use a url like http://www.apple.com, it fails. What am I doing wrong? T

Re: url validation

2005-09-21 Thread Martin Gainty
Stephen URL Validation is covered here in this document http://struts.apache.org/userGuide/dev_validator.html HTH, Martin- - Original Message - From: "Stephen Souness" <[EMAIL PROTECTED]> To: Sent: Wednesday, September 21, 2005 8:14 PM Subject: url validation Can anyone point me to an