Run VOs in specific order
Hi,
I need to pass some parameter values to the dynamic VOs, these VOs are show as ADF components. To avoid refresh, I need to pass the parameters before the VOs run. But the parameter values are derived from another database table, it is to hard to join them. So I need to retrieve the value from one VO and do some processing, then pass to other dynamic VOs as binding parameter values. These parameter values are not exposed to UI. How can I execute the first VO query in the bean , then pass the derived values to the other VOs before the page show up?
Thx.
Hui
Edited by: user491132 on Mar 11, 2010 2:31 PM