Re: Model Is Not being Refreshed

2010-08-05 Thread Nivedan Nadaraj
) then the invisible component will have a placeholder to be updated during the ajax response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.html http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed

Re: Model Is Not being Refreshed

2010-08-04 Thread Nivedan Nadaraj
component will have a placeholder to be updated during the ajax response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Model Is Not being Refreshed

2010-08-04 Thread avrahamr
a placeholder to be updated during the ajax response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.htmlhttp://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.html?by-user=t Sent from

Re: Model Is Not being Refreshed

2010-08-04 Thread Nivedan Nadaraj
#setOutputMarkupPlaceholderTag%28boolean%29 setOutputMarkupPlaceholderTag(true) then the invisible component will have a placeholder to be updated during the ajax response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed

Re: Model Is Not being Refreshed

2010-08-04 Thread Nivedan Nadaraj
setOutputMarkupPlaceholderTag(true) then the invisible component will have a placeholder to be updated during the ajax response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.html http://apache-wicket.1842946.n4

Model Is Not being Refreshed

2010-08-03 Thread Nivedan Nadaraj
Hi Can someone point me the right direction. I have a search panel that does a look up and renders a resultsPanel. I don't use detachable model here and used PageableListView On the resultsPanel,onClick, I use the hibernate entity and pass it as a model to the DetailsPanel. The detailsPanel

Re: Model Is Not being Refreshed

2010-08-03 Thread Niv
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311460.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Model Is Not being Refreshed

2010-08-03 Thread vov
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

Re: Model Is Not being Refreshed

2010-08-03 Thread Nivedan Nadaraj
-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

Re: Model Is Not being Refreshed

2010-08-03 Thread avrahamr
); detailsPanel.setVisible(true); } After onNew is executed, I don't see the model being updated. A bit lost here, any ideas? Thanks again Reg Niv -- View message @ http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed

Re: Model Is Not being Refreshed

2010-08-03 Thread mwilber
the ajax response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Model Is Not being Refreshed

2010-08-03 Thread Nivedan Nadaraj
) then the invisible component will have a placeholder to be updated during the ajax response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Model Is Not being Refreshed

2010-08-03 Thread Nivedan Nadaraj
-Is-Not-being-Refreshed-tp2311457p2311876.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

Re: Model Is Not being Refreshed

2010-08-03 Thread Nivedan Nadaraj
component will have a placeholder to be updated during the ajax response. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Model-Is-Not-being-Refreshed-tp2311457p2311876.html Sent from the Wicket - User mailing list archive at Nabble.com