[jboss-user] [JBoss jBPM] - Re: Combo Box in Form
roccolocko
do-not-reply at jboss.com
Wed Jun 13 13:01:55 EDT 2007
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
More information about the jboss-user
mailing list