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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Feb 16 08:11:13 EST 2011


     [ https://issues.jboss.org/browse/RF-10525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-10525:
--------------------------------

         Assignee: Nick Belaevski
    Fix Version/s: 4.Next
         Priority: Minor  (was: Major)


> 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
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: 4.Next
>
>
> This is MyFaces-Mojarra compatibility issue.
> When following code is defined:
> <rich:tabPanel mode="ajax">
> <rich:tab mode="" />
> <rich:tab />
> </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 />
> </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