Could you give an example/link on how to do this. I could not find anything related on Google :(
Regards, Daniel -----Original Message----- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Friday, 21 November, 2003 5:54 AM To: Jakarta Commons Users List Subject: RE: [Digester] Question on CallMethodRule 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
