hi, i have a WebPage with a lot of Panels on it. Each Panel overrides the isVisible() method because not every Panel should be displayed on the page. The Problem is: the constructor of each Panel (also which aren't visible) is called and i have a lot of load on the server. So i tried to make a init() method (add's all components to the panel) wich is only called when isVisible==true, but then i get the errors that it couldn't find the components on panelXX.
thanks markus