[ 
https://jira.jboss.org/jira/browse/RF-7205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12468417#action_12468417
 ] 

Matthew Lieder commented on RF-7205:
------------------------------------

This may be a regression caused by RF-3436

> 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

        
_______________________________________________
richfaces-issues mailing list
richfaces-issues@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to