I have encountered this problem also, not with dates but with Integer and other stuffs, the only way I know how to fix the problem is to change everyhing to string, or at least change the getter and setter to work with string.
On Monday 19 November 2001 11:35 pm, you wrote: > 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! -- Cheers, Yee Keat -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

