[richfaces-issues] [JBoss JIRA] Created: (RF-7205) SimpleTogglePanel's opened attribute doesn't allow conditional EL

Matthew Lieder (JIRA) jira-events at lists.jboss.org
Wed May 20 10:49:05 EDT 2009


SimpleTogglePanel's opened attribute doesn't allow conditional EL
-----------------------------------------------------------------

                 Key: RF-7205
                 URL: https://jira.jboss.org/jira/browse/RF-7205
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: JRE 6, Tomcat 6
            Reporter: Matthew Lieder


The following works fine when rendering:

<rich:simpleTogglePanel label="Panel" switchType="client" opened="#{true}">

but if I close the panel and then submit the page the following error message is shown:

/test.xhtml @50,205 opened="#{true}": Illegal Syntax for Set Operation

However, if I set it to a bean property (like opened="#{myBean.property}") then it works fine. I believe the problem is that it's trying to update the EL expression with the current state of the opened attribute.



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

        



More information about the richfaces-issues mailing list