[jboss-user] [JBoss Seam] - How can I get the value from s:selectItems
chicochen
do-not-reply at jboss.com
Sun Jun 24 17:18:45 EDT 2007
Why devIds always is null? thanks.
Webpage:
<h:selectManyListbox value="#{devIds}" size="8" >
| <s:selectItems value="#{devListForAdd}" var="dev" label="#{dev.englishName}"/>
| <s:convertEntity />
| </h:selectManyListbox>
Action:
<s:button action="#{actorDevMaintAction.saveDev}"
| value="Add" />
@In(required = false)
| @Out(required=false)
| private List<User> devIds;
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057209#4057209
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057209
More information about the jboss-user
mailing list