Well, this have nothing to do with JBPM but still here is the change you have 
to do to create a combo in your JSF page:


  | 
  | <h:selectOneMenu  id="yourComboId"
  |                                                     
value="#{yourBean.yourProperty}"
  |                                                     styleClass="combobox"
  |                                                     >
  |                                     <f:selectItems id="yourItemId"
  |                                                     
value="#{yourBean.yourList}"/>
  |                                     </h:selectOneMenu>
  | 
  | 

I know its not much but you didn't posted much neither.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054070#4054070

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

Reply via email to