[richfaces-issues] [JBoss JIRA] Created: (RF-10525) Items/Tabs are not working when mode/switchType=null in MyFaces

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Tue Feb 15 10:43:14 EST 2011


Items/Tabs are not working when mode/switchType=null in MyFaces
---------------------------------------------------------------

                 Key: RF-10525
                 URL: https://issues.jboss.org/browse/RF-10525
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-menu
    Affects Versions: 4.0.0.Milestone6
         Environment: RichFaces 4.0.0-SNAPSHOT r.21645
Apache MyFaces 2.0.3
Apache Tomcat 6.0.29
            Reporter: Lukas Fryc


This is MyFaces-Mojarra compatibility issue.

When following code is defined:

<rich:tabPanel mode="ajax">
<rich:tab mode="">
</rich:tab>

sample works in Mojarra and tabPanel mode is used for first tab.
But in MyFaces, tab panel can't be switched in any way.

This breaks following components either:

* tab
* panelMenuGroup
* panelMenuItem
* accordionMenuItem
* togglePanelItem

I propose to unify behavior in Mojarra way, since it is more comfortable for developers, considering following sample:

<rich:tabPanel mode="ajax">
<rich:tab mode="#{EL}">
</rich:tab>

where #{EL} is evaluated to null - sample stops to work in MyFaces but works in Mojarra.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list