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


See 
http://seamframework.org/Community/RichFacesListShuttleAlwaysConsideredInvalidBySdecorate

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to