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.
