]
Sergey Koshcheyev updated JBSEAM-1589:
--------------------------------------
Attachment: selectItems-itemValue.patch
Add s:selectItems itemValue attribute
-------------------------------------
Key: JBSEAM-1589
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1589
Project: JBoss Seam
Issue Type: Patch
Components: JSF
Reporter: Sergey Koshcheyev
Attachments: selectItems-itemValue.patch
I have implemented itemValue attribute for s:selectItems, to be used like this:
<h:selectOneMenu value="#{entityId}" required="false">
<s:selectItems value="#{listOfEntities}"
var="entity"
label="#{entity.name}"
itemValue="#{entity.id}" />
</h:selectOneMenu>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: