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

[563 byte] By [sumana01a] at [2007-10-2 21:56:07]
# 1
Because you are using ADF Faces? ;-)Show your bindings.TravelTypestatus.inputValue, bindings.TravelTypestatus.label and bindings.TravelTypestatus.itemsMethods and what you are puting on the items also.
pringia at 2007-7-14 1:12:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
hi,InputValue ,label and items are the property name of the binding object as far as i understood.in items i am specifying da list dat i want to display.can u please tell me what is dat is going wrong
sumana01a at 2007-7-14 1:12:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Please show how you create the items.
pringia at 2007-7-14 1:12:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...