Re: button in one panel can change the components in other panel ?

2009-12-08 Thread Pieter Degraeuwe
I suggest you work with a callback/listener mechanism. ButtonPanel has a reference to a calback/listener. In the onclick() you call that callback. The implementation of that callback can be done by the component/page that uses the buttonPanel. (Losely coupling...) On Tue, Dec 8, 2009 at 12:21 PM,

Re: button in one panel can change the components in other panel ?

2009-12-08 Thread Alex Objelean
econd 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 Wicke

button in one panel can change the components in other panel ?

2009-12-08 Thread Madhuri Garimella
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.