Display values in LOV.
SuganyaJan 30 2013 — edited Jan 30 2013Hi All,
I am using jdev 11.1.2.2.0. I have a page which contains
<af:selectOneChoice value="#{viewScope.valueBean.selectedValues}" id="soc1" label="value" binding="#{viewScope.valueBean.soc1}"/>
this LOV taking values from bean.Default value of this LOV is null.My requirement is if it contains only one value that should be displayed as default in the lov.if it contains more than one value the lov should allow user to select the value.
Can anybody help me on this???
Thanks in advance,
Suganya.