> I want to know how to input date into database using form. I am using 
> Timestamp in mysql.

The Wicket-related psrt of that question is that you use a TextField<Date> with 
a model, and you then get the model object value in onSubmit() and use normal 
SQL to insert or update.

- Tor Iver


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to