JodaTime (With EJB3) Page 2

This page demonstrates JumpStart's support for inputting and editing DateMidnight fields. Support starts with:
Here's Tapestry's regular DatePicker, editing a Date field:        
You can see in the source code (below) that we used JumpStart's MinDateISO and MaxDateISO validators.
We prefer these to Tapestry's MinDate and MaxDate which have to be changed whenever the translator pattern is changed.

Here's DateMidnightPicker, editing a dateMidnight field:        
You can see in the source code (below) that we used 3 more new classes:
Here's DateMidnightPicker again, with a translator defined by the page:        
JumpStart doesn't yet deal with the inputting and editing of the other 4 Joda Time types. Code contributions for inclusion in JumpStart gladly received!

Return
To Login