Well... check ActionContext.getContext().getConversionErrors() to see if
the date fields are in there... If it doesn't convert correctly, that's where it
will show up.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, February 20, 2004 5:30 PM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] new to ww2 - problem with submitting date fieldsDear all,
is there any special trick needed to populate bean properties of type java.util.Date?
i've an action class with a POJO in it, and all properties of the POJO are properly set on form upload, except those properties that are of type java.util.Date. When i changed those date fields to strings, it works.
What can i do - any hint would be appreciated!
Joe