Hi All,

I:'ve been battling this for many hours.
I hope someone can help.
Using JDK 1.5, Struts 2.0.11


My property:
shoot_date of type Date
has get and set and on execute()
set's the default date to today's date
setShoot_Date(new Date);

on the form:
<s:datetimepicker name="shoot_date" displayFormat="MM/dd/yyyy" />
even without displayformat it doesn't work.

what happens is that i click the submit button that submits an action that executes a method that tries to read the shoot_date and it's null.

Hence the error in my log:

java.text.ParseException: Unparseable date: ""
       at java.text.DateFormat.parse(DateFormat.java:337)
at org.apache.struts2.components.DateTimePicker.format(DateTimePicker.java:309)


Does anyone have a good working example?

Thank you very much,

Serge


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to