Searching the List by using Bind Variable on one VO and displaying in table
I had a VO2 having bind Variable on it , by selecting the bind variable from LOV of it ,
it should search the List from VO1 where this bind variable atribute was parsed
and it should show the list from VO1 in the table format.
It was executing and showing enter table details,
despite of the sorted list .
I had written the Code for handling button action upon selecting the LOV value and placed the
partial trigger of button on the table.
The value is set in the search button bean and Implementation class.
Edited by: 1003885 on May 2, 2013 11:49 PM