JBoss Community

Re: Dynamic ComboBox failed

created by Alexey Kazakov in JBoss Tools - View the full discussion

Though this question is not related to JBoss Tools at all... try to change <f:selectItems value="#{ValeursMBean.valeursOptions}"/> to <f:selectItems value="#{valeursMBean.valeursOptions}"/> since you declared that component as @Component("valeursMBean").

Reply to this message by going to Community

Start a new discussion in JBoss Tools at Community