how to select default value from select one choice when page.jsff load
807910May 22 2011 — edited May 23 2011hello all, i'm newbie have little problem
i've problem with soc (selectOneChoice)
in this case i 'wanna select default value from af:SelectOneChoice (select first selectItem) when page is done loading
<af:selectOneChoice label="Jenis Bahan :" id="soc1"
autoSubmit="true"
valueChangeListener="#{WHStockSetReleaseBean.cekJenisBahan}"
binding="#{WHStockSetReleaseBean.v_jenisBahan}">
*<af:selectItem label="GBB" value="GBB" id="si2"/>* ====> i'wanna select this value for default value (select first selectItem)
<af:selectItem label="GBP" value="GBP" id="si1"/>
</af:selectOneChoice>
so anyone help me, to solve this problem
thx
agungdmt