You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <li class="changed_added_2_0"><p>A <code>java.util.Collection</code>.
* Do not convert the values. <span class="changed_modified_2_3">Instead,
* convert the provided set of available options to string, exactly as done
* during render response, and for any match with the submitted values, add
* the available option as object to the collection.</span></p></li>
Affected Versions
[2.3]
The text was updated successfully, but these errors were encountered:
Currently, http://docs.oracle.com/javaee/7/api/javax/faces/component/UISelectMany.html states that it won't make any attempt to obtain the converter when the value is of type java.util.Collection. It is technically however possible to automatically convert based on select items.
Affected Versions
[2.3]
The text was updated successfully, but these errors were encountered: