On Fri, 2003-11-21 at 02:38, Shapira, Yoav wrote: > Howdy, > Thanks for your help: I actually figured it out > yesterday but lost this thread so I couldn't post > my solution. The property I was looking to set > was a java.net.URL. When I changed it to a String > things worked fine.
Just a quick note: you could also have registered a custom converter class with ConvertUtils which knows how to map String->URL. You could then have used your class unaltered. At least, that's the theory! Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
