]
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: