Re: [s2] datetimepicker - how to preserve original value

2007-05-15 Thread Jon Wilmoth
e thing happens. - Original Message From: Musachy Barroso <[EMAIL PROTECTED]> To: Struts Users Mailing List ; Jon Wilmoth <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2007 11:56:22 AM Subject: Re: [s2] datetimepicker - how to preserve original value This problem is related to this: https

Re: [s2] datetimepicker - how to preserve original value

2007-05-15 Thread Musachy Barroso
This problem is related to this: https://issues.apache.org/struts/browse/WW-1923 from 2.1 the "value", "startDate" and "endDate" will be evaluated as object, so we can support Calendar and any object whose toString() returns a parseable date. In short, use instead of so you won't have to m

[s2] datetimepicker - how to preserve original value

2007-05-15 Thread Jon Wilmoth
I'm using 2.0.7 and am getting errors when the user inputs an invalid date format. In addition to the stacktrace below, the field's value displayed to the user becomes "NaN/NaN/0NaN". Is this an oversite in the new tag that doesn't check to see if a field error exist before attempting to apply