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-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to