Create AjaxButton for refreshing your data:
new AjaxButton("refresh")
{
onSubmit(AjaxRequestTarget target)
{
onNew();
targer.addComponent(detailsPanel);
}
}
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311537.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]