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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...