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

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Thu Aug 5 08:00:49 EDT 2010


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


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