[richfaces-issues] [JBoss JIRA] Updated: (RF-9014) Toggle panel: active item cannot be an expression

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Aug 5 17:05:49 EDT 2010


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

Nick Belaevski updated RF-9014:
-------------------------------

         Assignee: Alex Kolonitsky
    Fix Version/s: 4.0.0.Milestone2
         Priority: Critical  (was: Major)


> Toggle panel: active item cannot be an expression
> -------------------------------------------------
>
>                 Key: RF-9014
>                 URL: https://jira.jboss.org/browse/RF-9014
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.0.0.Milestone1
>         Environment: v.4.0.0-SNAPSHOT SVN r.18474 
>            Reporter: Pavol Pitonak
>            Assignee: Alex Kolonitsky
>            Priority: Critical
>             Fix For: 4.0.0.Milestone2
>
>
> The following code doesn't work even though richTogglePanelBean.item is set to "item1". When I set activeItem="item1", toggle panel works as expected.
> <rich:togglePanel id="richTogglePanel" activeItem="#{richTogglePanelBean.item}" >
>     <rich:togglePanelItem id="item1" name="item1">
>         <p>content of panel 1</p>
>     </rich:togglePanelItem>
>     <rich:togglePanelItem id="item2" name="item2">
>         <p>content of panel 2</p>
>     </rich:togglePanelItem>
>     <rich:togglePanelItem id="item3" name="item3">
>         <p>content of panel 3</p>
>     </rich:togglePanelItem>
> </rich:togglePanel>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list