[richfaces-issues] [JBoss JIRA] (RF-11722) PickList is losing selected values if a validation error occurs

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Wed Nov 23 17:13:40 EST 2011


     [ https://issues.jboss.org/browse/RF-11722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11722:
-------------------------------

    Fix Version/s: 3.Future

    
> 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
>             Fix For: 3.Future
>
>
> 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

        


More information about the richfaces-issues mailing list