Hi,

You should setOutputMaarkupPlaceholder to true (sorry probably not exactly
the correct methode name but very similar...)

Tip: do not override isVisible but override onConfigure and then call
setvisible(...) in there

Cheers
Hans


Am 30.10.11 21:14 schrieb "Josh Kamau" unter <joshnet2...@gmail.com>:

> Hi there;
> 
> I want to toggle a visibility of a group of components. So i have put them
> in a WebMarkupContainer and overriden the isVisible method to return the
> value gotten from a check box.
> 
> The webmarkupcontainer is not toggled as expected when i added it to the
> target object. The individual form components get toggled as expected. What
> could be the problem ? is there a better way of grouping form components
> other than a web makup container? in the html file i have a div.
> 
> Regards.
> Josh.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to