[
http://jira.jboss.com/jira/browse/RF-534?page=all ]
Viktor Volkov closed RF-534.
----------------------------
Assignee: Viktor Volkov (was: Andrey Izobov)
verified
Regression vs 3.0.1 in SimpleTogglePanel's 'opened'
attribute
-------------------------------------------------------------
Key: RF-534
URL:
http://jira.jboss.com/jira/browse/RF-534
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.0.2
Environment: Seam 2.0 Beta, Tomcat 6.0.13
Reporter: Przemyslaw Jaskierski
Assigned To: Viktor Volkov
Priority: Critical
Fix For: 3.1.0
In Richfaces 3.0.1 you could use EL in 'opened' attribute, so this was perfectly
valid and had expected behaviour:
<rich:simpleTogglePanel label="Clickme" switchType="client"
width="950" opened="#{false}">
...
</>
This was extremely useful in coordinating STP state programatically.
But when RF 3.0.1 jar is replaced by current 3.0.2 snapshot the example above is not
working anymore. Now only non-EL "false" works:
<rich:simpleTogglePanel label="Clickme" switchType="client"
width="950" opened="false">
...
</>
I use this great component very often to minimize output and this regression renders it
almost unusable now :(.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira