hello mike, in deed that did the trick. but with myfaces tomahawk 1.1.5 snapshot :(.
regards, nicolas > -----Ursprüngliche Nachricht----- > Von: "MyFaces Discussion" <[email protected]> > Gesendet: 16.08.06 19:35:39 > An: "MyFaces Discussion" <[email protected]> > Betreff: Re: [Tomahawk] panelTabbedPane and serverSideTabSwitch question > Older versions of MyFaces didn't process "true" correctly for > serverSideTabSwitching. You had to use "#{true}" instead. > > You didn't say what version of Tomahawk you were using, but I think > this was fixed after 1.1.1. Don't remember for sure -- check jira > issue tracker. > > On 8/14/06, Nicolas Kalkhof <[EMAIL PROTECTED]> wrote: > > hello folks, > > > > i have a question regarding panelTabbedPane usage with tomahawk. to my > > understanding only the active tab is send to the browser when > > serverSideTabSwitch="true", right? so why are all tabs send to the browser > > regardless of the serverSideTabSwitch flag in my case? > > > > my code looks like this: > > > > <t:panelTabbedPane > > rendered="#{!empty userProfileBean.tabbedPane}" > > width="100%" > > serverSideTabSwitch="true" > > styleClass="tabbedPane" > > activeTabStyleClass="activeTab" > > inactiveTabStyleClass="inactiveTab" > > activeSubStyleClass="activeSub" > > tabContentStyleClass="tabContent"> > > > > <t:tabChangeListener > > type="net.portlets.userprofile.UserProfileTabChangeListener"/> > > <t:panelTab id="edit_profile_tab0" label="#{msg.edit_profile_tab0}"> > > <f:subview id ="tabView0"> > > <h:form id ="tab0form"> > > </h:form> > > </f:subview> > > </t:panelTab> > > ..... > > > > > > > > regards, > > nicolas > > ______________________________________________________________ > > Verschicken Sie romantische, coole und witzige Bilder per SMS! > > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193 > > > > ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193

