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!

Enable/ Disable Input Text field in af:table row, based on value selected in LOV

MuddasarOct 12 2016 — edited Oct 12 2016

Hi,

I am using Jdeveloper 12.1.3.0.0.

My LOV Query:

SELECT A.ID,

   A.NAME\_ARB,

   A.ATTRIBUTE\_01 

FROM MyTable A

LOV is set as: List Attribute is A.ID and Display Attribute is A.NAME_ ARB-- on attribute 'ReasonId' of ViewObject 'ReasonsVO'.

Now I have dragged my ReasonsVO data control and dropped it as ADF Table. When user inserts a new row, user has to select a value from LOV (Select One Choice). Based on the selection from LOV, system should get A.ATTRIBUTE_01 value (from the above query of LOV) against the selected value and enable/ disable an input Text in the same row of the table like:

enable_disable.png

Please let me know for further clarity and help!

Thanks

Mudi

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2016
Added on Oct 12 2016
6 comments
2,018 views