This scenario we often face in oracle adf development. here, is a quick step
how to implement this scenario of multiple LOV values return in ADF.
Suppose you have page a.jspx. U are opening a LOV [using selectInputText1 and dialog:pageAction]. This LOV is returning one value to selectInputText1. Now you to update another text field's value using the value choosen in LOV. For that write the update code in the "ReturnActionListener" method of the selectInputText1 and set the text field's value.
how to implement this scenario of multiple LOV values return in ADF.
Suppose you have page a.jspx. U are opening a LOV [using selectInputText1 and dialog:pageAction]. This LOV is returning one value to selectInputText1. Now you to update another text field's value using the value choosen in LOV. For that write the update code in the "ReturnActionListener" method of the selectInputText1 and set the text field's value.
3 comments :
Helpful blog.Please explain me in detail..
nice information...........
nice information.......
Post a Comment