It doesnt work as  I get the exception

 Could not find a coercion from type java.lang.String to type
org.joda.time.LocalDate.

The problem is that what is passed into the context is the date in the
format 2012-10-10 and then when that tries to convert back to the Joda Time
it will break.

Tapestry has java.util.Date --> java.util.Calendar so I guess it knows how
to pars date and I have implemented Date to Joda, so it should work by some
logic :S





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Type-Coercer-for-Joda-Time-tp5717942p5717950.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to