Render model changes

2007-10-10 Thread Per Newgro
Hi *, im standing in the wood. I try to implement an update strategy for my issues. 45 Panel1 are included in a Panel2 2 Panel2 are included in a Page Every contained component (all Panels) has a listener assigned. The listener for Panel2 will be called if a Panel1 instance has been clicked.

Re: Render model changes

2007-10-10 Thread Igor Vaynberg
you dont need to do anything. after the listener is done executing wicket will rerender the current page again unless you call setresponsepage() yourself. if the listener is in ajax request you have to add all components you want refreshed to the provided ajax request target -igor On 10/10/07,

Re: Render model changes

2007-10-10 Thread Per Newgro
-- Subject: Render model changes Date: Mittwoch, 10. Oktober 2007 20:02 From: Per Newgro [EMAIL PROTECTED] To: wicket-ug, users@wicket.apache.org Hi *, im standing in the wood. I try to implement an update strategy for my issues. 45 Panel1 are included in a Panel2 2 Panel2 are included

Re: Render model changes

2007-10-10 Thread Igor Vaynberg
: Render model changes Date: Mittwoch, 10. Oktober 2007 20:02 From: Per Newgro [EMAIL PROTECTED] To: wicket-ug, users@wicket.apache.org Hi *, im standing in the wood. I try to implement an update strategy for my issues. 45 Panel1 are included in a Panel2 2 Panel2 are included in a Page Every