I want to create a form with an option field which contains dates (i.e. java.util.Date). If I use an <html:options> tag and feed it with a collection containing Dates, what I get in my ActionForm it's always Strings. Which is the best way to pass Dates to the server through a form? Thanks for you help!
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

