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!

LOV on method parameters (Show label pass value)

Marc OttoDec 21 2014 — edited Apr 20 2015

Hello,

I am looking for the best practice of achieving LOV on a parameter that is used to call an AM method.

Following is required:

     - The LOV must VO based. Its made from a select on the DB and has two columns namely "Label" and "Value".

     - The LOV in the jsff screen must be an InputListOfValue or the (Combobox) version of the InputListOfValues

     - The Label must be display value in the screen. Not just in the lov as the value is chosen but also once the selection has been made the label is shown in the ILOV.getValue()

     - At the point where the AM method is invoked the value should be used for the parameter and not the label that is shown to the user.

Hope someone can provide a solution or a link to one, since I have been unable to find something solving the usecase.

Using Jdev 12c. Version 12.1.2.0.0

TIA

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2015
Added on Dec 21 2014
24 comments
4,112 views