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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to