PickList is losing selected values if a validation error occurs
---------------------------------------------------------------

                 Key: RF-11722
                 URL: https://issues.jboss.org/browse/RF-11722
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-selects
    Affects Versions: 3.3.3.Final
            Reporter: Fabio Fonseca


If there is a validation error, the form is loaded again and the selected 
values come back to the source list.

I am not having any problem if the there is no validation error. 
I can retrieve the selected values in the backing bean.


<rich:pickList id="cursos"
        value="#{CreateAdsForm.idCourses}"
        validator="#{FormValidator.validateCourses}"
        required="true">

        <f:selectItems
                value="#{AdminAdsCtrl.createAds.coursesCombo}" />

</rich:pickList>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.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