You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Andrew Dahl <an...@venses.us> on 2012/10/29 13:33:13 UTC

Date is not parseable

Not sure why I am getting this error when submitting a form that 
contains a datefield.

                Date value '10/10/2012' is not parseable.

Here is the tml entry:

               <t:datefield value="dateValue" format="prop:dateFormat"  
clientId="id"/>

and here is the relevant part from the page file:

     public DateFormat getDateFormat(){
         return DateFormat.getDateInstance(DateFormat.MEDIUM, 
locale);//dateFormat;
     }

It displays correctly when the page is loaded, but not if I select from 
the calendar popup.

-- 
Andrew Dahl
Venses Software Foundation
614.325.4523


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org