I have exactly the same problem with MyFaces 1.1.4 (Appfuse 1.9.4 for JSF), whereby my processTabChange is not being called.
I notice some related stuff in tomahawk.taglib.xml has been commented out. Has anyone managed to make this work? James Richards-2 wrote: > > Plz disregard the "serverSideTabSwitch="true"" below as it's not > applicable to 1.1.1. > > Thanks, > > James > > > > -----Original Message----- > From: James Richards [mailto:[EMAIL PROTECTED] > Sent: Thu 6/8/2006 12:30 PM > To: [email protected] > Subject: panelTabbedPane question > > > I have a tabbed pane with a tabChangeListener attached > > <h:form id="dealForm"> > <x:panelTabbedPane id="dealTabbedPane" > selectedIndex="#{dealForm.activeTab}" > bgcolor="#eeeeee" > width="980" > activeTabStyleClass="tabActive" > inactiveTabStyleClass="tabActive" > serverSideTabSwitch="true"> > <x:tabChangeListener type="com.foo.listener.TabListener"/> > > ... > </h:form> > > but on MyFaces 1.1.1, the TabListener's > > public void processTabChange(TabChangeEvent event) { > //... > } > > is not being invoked. Is there something additional that need to be done > to enable the tab listener? > > Thanks for any help, > > James > > > > > -- View this message in context: http://www.nabble.com/panelTabbedPane-question-tf1756166.html#a11195840 Sent from the MyFaces - Users mailing list archive at Nabble.com.

