Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

UIX-how to fetch values to a drop down ?

76754Mar 9 2003 — edited Mar 18 2003
I 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"
/>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 15 2003
Added on Mar 9 2003
2 comments
122 views