Question: is it possible to turn the tabs off so that they only retrieve
content from the server when the tab is active. I noticed that the
panelTabbedPane grabs the content for each tab each time a different tab is
selected when this attribute is set: serverSideTabSwitch="true". This is
counter to what I thought would happen. I interpretted this setting as
pulling the content for each tab when the tab is selected. Does the rendered
setting determine this behavior? The issue is that one, I am grabbing lots
of data from a database for each tab and this is consuming resources and
two, I don't want to send to the client the reams of data that all the tabs
aggregated together represent. I would rather use a small amount of
bandwidth with each tab instead of the whole enchilada every time a tab is
selected. I can't imagine how slow this would be with a dialup connection. I
am also noticing a span tag creaping into my code which I would prefer to do
without. But I need to look into this issue a little more.

Regards,
Danimal
-- 
View this message in context: 
http://www.nabble.com/question-on-panelTabbedPane-tf2162637.html#a5976887
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to