Hello,

for some reasons I have no entries in my selectOneMenu and cannot find the cause.
Here is my JSP-code:

<t:selectOneMenu id="question" value="#{data.questionId}" required="true">
<t:selectItems value="#{dbData.questions}" var="aQuestion" itemLabel="#{aQuestion.question}" itemValue="#{aQuestion.id}" />
</t:selectOneMenu>

dbData.questions returns an array with two entries (I checked in the debugger) but my drop down menu contains nothing.

Any hints or solutions?

Thanks,
Markus

Reply via email to