Thanks Igor! You pointed me in the right direction, as usual.
--
View this message in context:
http://www.nabble.com/Using-java.util.Date-class-with-CompoundPropertyModel-tp25338777p25346526.html
Sent from the Wicket - User mailing list archive at Nabble.com
i believe the default converter will format the date to time only, you
can override getconverter() on the label and return your own, or
install your own converter globally.
-igor
On Mon, Sep 7, 2009 at 6:48 PM, Steve Hiller wrote:
> Hi All,
>
> I have created a very simple class that includes a p
Hi All,
I have created a very simple class that includes a property based on the
java.util.Date class.
This model is used with a simple WebPage and a Label component is used to
present the
date. For some reason, only the time part of the underlying Date object is
being displayed.
I'm using v1.3