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


<<winmail.dat>>

Reply via email to