Hi
i have a comboBox that i want to populate from my Bean but i got a weird exception andcombo i cannot figure what to fix.
here is the comboBox :
<a4j:outputPanel layout="block">
<h:outputLabel value="Categorie :" />
<rich:comboBox defaultLabel="Categorie" >
<f:selectItems value="#{ValeursMBean.valeursOptions}"/>
</rich:comboBox>
</a4j:outputPanel>