You just add the following code to your java page:

*add(dateTimeField = new DateTimeField("dateEnvoi", new PropertyModel(this,
"date")) {});*

Which dateEnvoi defined in the markup file (the key of the component).
And date defined in java like :
private Date date = new Date();

2010/4/19 Ray Weidner <ray.weidner.wic...@gmail.com>

> Hi All,
>
> Does anyone have any good suggestions for date/time entry components?  Does
> Wicket offer a standard solution for this common case?
>
> Thanks,
> Ray Weidner
>

Reply via email to