Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » JBoss User Help »

[jboss-user] [JBoss jBPM] - Re: Combo Box in Form

scott.stark@jboss.org

2007-06-13


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@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user
©2008 junlu.com - Jax Systems, LLC, U.S.A.