Thanks for your help .
The only way I could get the getObject method called in the panel was by
adding the getDefaultModelObject call in the Timer as follows .

ajaxTimer = new AjaxSelfUpdatingTimerBehavior(Duration.seconds(5)){
                                public void 
onPostProcessTarget(AjaxRequestTarget target){


   refreshPanel.getDefaultModelObject();
    


}



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Issue-with-panel-model-refresh-tp4655775p4655894.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to