Re: [S2] Date Validation

2008-04-05 Thread Jeromy Evans
Rodrigo Pereira wrote: Hi, how can I validate a datetime picker? ... SEVERE: Could not parse date java.text.ParseException: Unparseable date: "" I don't think that's caused by the validation. That error occurs when the DatePicker attempts to set its current value but the value is an i

[S2] Date Validation

2008-04-05 Thread Rodrigo Pereira
Hi, how can I validate a datetime picker? I have the following in my validation.xml file: but I am getting this error message: 05/04/2008 14:53:41 org.apache.struts2.components.DateTimePicker format SEVERE: Could not parse date java.text.ParseException: Unparseable date: "" If I com