UIX-how to fetch values to a drop down ?
76754Mar 9 2003 — edited Mar 18 2003I have to generate a dropdown with dynamic values from BC4J View object atrribute.i am unable to fetch the dropdown values . please let me know where i am missing.
THe error in the server is
No UIX Components (Marlin) Renderer registered for oracle.cabo.ui.BaseMutableUIN
ode, localName='optionList'
the code is
<bc4j:rootAppModuleScope name="Wmbox2Module">
<contents>
<bc4j:viewObjectScope name="WmbUserDoctypesViewView1">
<contents>
<bc4j:messageChoice name="tradingpartner" prompt="Trading Profile" textAttrName="EhubId" attrName="EhubId" messageType="info" message="Trading Partner">
<contents>
<bc4j:optionList voName="WmbUserDoctypesViewView1" attrName="EhubId" textAttrName="EhubId"
/>