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!

conditionally render lov or input text for that column

NessJun 19 2018 — edited Jun 20 2018

Hi all,

m using jdev version 12.2.1.2.0

My use case is like i want a table column RValue to render as lov or an input text depending on condition.There is only 1 lov here.

RName, RCode, RValue are names of columns.

if Rcode is OL1A   i.e airline ,then lov should render for that column RValue but if it is OL1F i.e fare then input text sholud render to input amount

For example:

Given below are two rows in table

    RName                        RCode      RValue

1. OL1A: Option 1 Airline    OL1A        Lov should come to select airline

2. OL1F: Option 1 Fare       OL1F        input text should come to enter fare

Plz Help

Thanks,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 18 2018
Added on Jun 19 2018
26 comments
691 views