Hi,

When debugging my application which uses a TabbedPanel, I realized that one
tab was unnecessarily instanciated. After some investigation the reason is
simply because I call setSelectedTab based on the parameters of my page, but
since the instanciation of a TabbedPanel call setSelectedTab(0), the first
tab is always instanciated, even though I don't need to render it.

Do anyone know a workaround for this?

Xavier

--
Xavier Hanin - Independent Java Consultant
http://xhab.blogspot.com/
http://incubator.apache.org/ivy/
http://www.xoocode.org/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to