Eelco Hillenius wrote:
On 9/8/07, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
So wicket-extensions shouldnt be used for dates now?

You can, and there is another DateTextField in that project. The
question was where the DateLabel component resides, which is in
wicket-datetime.

If so, how can I pursuade the DateTextField from there to use a long
(classic unix timestamp) instead of a Date inside a model? (without
overiding getModelObject/ setModelOject as its an inner class and I cant
have the model beeing final?)

In that case, you should use that particular component. Or provide a
patch so that it works with both (another outstanding issue is to let
it work with DateTime objects from yoda time).

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Hi Eelco,

Is this related to this task:
http://issues.apache.org/jira/browse/WICKET-466

Would be great to have DataTime supported. At the moment i keep having to add methods to our DTOs that return java.util.Date instead of DateTimes.

Cheers
Oliver

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to