Hi,

I have a form where I want a user to enter a URL in a text box.  In the 
form's bean class I'm storing the URL as a java.net.URL.

Obviously, if a user enters something that isn't a valid URL then 
BeanUtils.populate throws a MalformedURLException.  I'd like to be able 
to catch this in the form's validate method and tell the user politely.  
How do I do this?

Thanks,

   Ric Searle
   Web Application Developer
   --
   Dialogue Communications Ltd
   http://www.dialogue.co.uk


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to