Re: java.net.URL

2003-10-14 Thread ian_d_stewart
uts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject: java.net.URL Hello I'm using java.net.URL to get content from other web site. The problem is when this url address which I want to open (openConnection ()) is very slow. When this happens I want that some kind of time o

java.net.URL

2003-10-14 Thread Stefan Trcko
Hello I'm using java.net.URL to get content from other web site. The problem is when this url address which I want to open (openConnection()) is very slow. When this happens I want that some kind of time out exception is thrown (and the content of this other web site on my site is not shown)

java.net.URL validating in form bean

2002-05-02 Thread Ric Searle
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