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=4057207#4057207

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057207
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to