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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to