The simplest solution is to make your button a submit button, this way when
it clicked, the entire page will be  reloaded & components will render
according to their new state. 

The second approach can be using ajax. I prefer the approach described on
this blog:
http://techblog.molindo.at/2008/09/wicket-loose-coupling-of-componens-for-ajax-updates.html

Alex Objelean


Madhuri Garimella wrote:
> 
> Hi,
> 
> I need a help in wicket. I have a panel containing a button and another
> panel containing components. on click of the first panel button i want to
> change the second panel components. Is there any way to do that. Please
> reply ASAP.
> 
> 
> Regards
> Madhu.
> 
> 

-- 
View this message in context: 
http://old.nabble.com/button-in-one-panel-can-change-the-components-in-other-panel---tp26692926p26693609.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