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!

Run VOs in specific order

User491132-OracleMar 11 2010 — edited Apr 25 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 23 2010
Added on Mar 11 2010
2 comments
1,098 views