Yeah i saw that (the patch file and zips). Interesting stuff. I ended up getting the source from svn, and just replacing Date with DateTime. The datatype features a lot more than I'd expected.
I'm normally the type of person who likes rollin their own components, but I just don't have the time right now. I already don't have enough time to do the app bit :) I would encourage everyone to use Joda for every project!! Patrick Angeles wrote: > > We use DateTime/LocalDate in our entities as well. It's easy enough to > roll your own form components. > > See the patch and zip file attached to this issue, you can probably just > put those classes in your own project and run with it. > > https://issues.apache.org/jira/browse/WICKET-466 > > The patch is meant to handle java.util.Date, and Joda DateTime and > LocalDate all at the same time. Now that Wicket FormComponents are generic > though, I think it's better to just have separate FormComponents and > Converters for each class. > -- View this message in context: http://www.nabble.com/How-can-I-use-the-wicketdate-time-stuff-with-DateTime-on-my-model--tp19872583p19913074.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
