Hi,

Thanks for the reply. I've tried this too, but this also returns null. There
is date in the textfield box of the datefield but for some reason it doen't
get it

Ryan

On Mon, Jul 20, 2009 at 2:19 PM, Mathias Nilsson <
wicket.program...@gmail.com> wrote:

>
> You can get the model
>
>  Date d = dateField.getModelObject();
>
> Format it by using the SimpleDateFormat
> --
> View this message in context:
> http://www.nabble.com/How-to-get-DateField-value-tp24567634p24568750.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to