Display Selected Value from Cascaded LOV in ADF Page
To implement cascaded LOV in ADF its quite easy , but to display its values Id's and selected values are bit tricky. For example , Lets suppose you have have a Select One choice LOV which holds Employee Name as its display , where as its List Attribute is Employee id , if you try printing Employee id in your manage bean code it displays Index number , rather than employee id . I gone through various forums and posts , but unable to find the direct solution related to it . Finally after going through many forums and guides , i able to find a way for it . This article will guides with steps to display Select One Choice Values and its corresponding Id's Please go through the below article , to create cascaded List of Values https://oracleerplearning.blogspot.sg/2017/04/cascading-list-of-values-in-adf.html As we are pretty much aware that , we are using DualVO attributes to Implement cascading Select One Choices . Now to ...