hi its urgent
HI,
i am trying to create a databound Dropdown List with a fixed list of values.
But the dropdown list is not getting rendered on da page.
only the LAbel of the Dropdown is coming.The list is not.
The code in the .jspx file is as:
<af:selectOneChoice value="#{bindings.TravelTypestatus.inputValue}"
label="#{bindings.TravelTypestatus.label}">
<f:selectItems value="#{bindings.TravelTypestatus.items }"/>
</af:selectOneChoice>
can anyone tell me why the list is not getting populated

