[
https://jira.jboss.org/jira/browse/RF-6972?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-6972.
--------------------------------
Fix Version/s: 3.3.1
Resolution: Done
Assignee: Tsikhon Kuprevich
Fixed for listShuttle and orderingList components.
listShuttle property "valid" defaults to false
----------------------------------------------
Key: RF-6972
URL:
https://jira.jboss.org/jira/browse/RF-6972
Project: RichFaces
Issue Type: Bug
Components: component
Affects Versions: 3.3.0
Reporter: Mike Pettypiece
Assignee: Tsikhon Kuprevich
Fix For: 3.3.1
Attachments: RF-6972.patch
See
http://seamframework.org/Community/RichFacesListShuttleAlwaysConsideredIn...
The problem is that the default value of the "valid" field is set to false -
most other JSF components (UIInput, etc) set it to true.
This causes problems with the seam <s:decorate> tag - the default state of the
listShuttle is "invalid".
The "valid" property in listShuttle.xml should be set to a default value of
"true"
<property hidden="true" el="false">
<name>valid</name>
<defaultvalue>true</defaultvalue>
</property>
--
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