Re: Issue with panel ,model refresh

2013-01-29 Thread mohallo
(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

Re: Issue with panel ,model refresh

2013-01-29 Thread Paul Bors
, p...@bors.ws -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Issue-with-panel-model-refresh-tp4655775p4655885.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e

Re: Issue with panel ,model refresh

2013-01-29 Thread Paul Bors
rstand what you're > doing > >> wrong. > >> Try simplifying the problem with the least code possible. > >> > >> ~ Thank you, > >>Paul Bors > >> > >> On Mon, Jan 28, 2013 at 4:36 PM, mohallo wrote: > >> > >

Re: Issue with panel ,model refresh

2013-01-29 Thread Martin Grigorov
t; On Mon, Jan 28, 2013 at 4:36 PM, mohallo wrote: >> >> > It works for the Label .Trying to implement the same for the Panel . >> > >> > >> > >> > -- >> > View this mess

Re: Issue with panel ,model refresh

2013-01-28 Thread Martin Grigorov
t; Try simplifying the problem with the least code possible. > > ~ Thank you, >Paul Bors > > On Mon, Jan 28, 2013 at 4:36 PM, mohallo wrote: > > > It works for the Label .Trying to implement the same for the Panel . > > > > > > > > -- > > Vi

Re: Issue with panel ,model refresh

2013-01-28 Thread Paul Bors
View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Issue-with-panel-model-refresh-tp4655775p4655855.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe,

Re: Issue with panel ,model refresh

2013-01-28 Thread mohallo
It works for the Label .Trying to implement the same for the Panel . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Issue-with-panel-model-refresh-tp4655775p4655855.html Sent from the Users forum mailing list archive at Nabble.com

Re: Issue with panel ,model refresh

2013-01-28 Thread mohallo
); container.add(ajaxTimer); } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Issue-with-panel-model-refresh-tp4655775p4655854.html Sent from the Users forum mailing list archive at Nabble.com. -

Re: Issue with panel ,model refresh

2013-01-28 Thread Paul Bors
convertedValue = > > sdfout.format(dt); > > return convertedValue; > > > > } > > > > }); > > ajaxTimer = new > > AjaxSelfUpd

Re: Issue with panel ,model refresh

2013-01-28 Thread Martin Grigorov
turn convertedValue; > > } > > }); > ajaxTimer = new > AjaxSelfUpdatingTimerBehavior(Duration.seconds(5)); > timerLabel.add(ajaxTimer); > this.add(timerLabel); &g

Issue with panel ,model refresh

2013-01-28 Thread mohallo
context: http://apache-wicket.1842946.n4.nabble.com/Issue-with-panel-model-refresh-tp4655775.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additi