Re: How can I use the wicketdate-time stuff with DateTime on my model?

2008-10-10 Thread Ned Collyer
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

Re: How can I use the wicketdate-time stuff with DateTime on my model?

2008-10-09 Thread Ned Collyer
I was hoping to wait for the next milestone to see what the fallout of all the generics mods are. The change between m1, m2, and m3 were significant. Is it staying as it is in m3? (Ive checked the generics page on the wiki). Rgds Ned Martijn Dashorst wrote: First, please upgrade to

Re: How can I use the wicketdate-time stuff with DateTime on my model?

2008-10-09 Thread Patrick Angeles
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

How can I use the wicketdate-time stuff with DateTime on my model?

2008-10-07 Thread Ned Collyer
Its a requirement for me that my domain entities have DateTime. I'd like to use wicket-datetime (as described here) http://www.nabble.com/my-domain-model-and-Joda-Time-td15660961.html#a15660961 I can see its internals are all DateTimey which is AWESOME!! What is the easiest / quickest way of