How to pass View Object bind variable from ADF page
681702Aug 12 2010 — edited Feb 21 2011WOuld appreciate your help on this.
Set up a view object with a bind variable :param1 in the where clause.
I want to pass the value of the bind variable from a ADF page (.jspx)
I know that one Option is using executeWithParams() method binding in the ADF page.
But, I want to pass a pageFlowScope parameter (which is already set when the page loads) to the VO bind variable , and the VO should also be shown with filtered results on the page the first time itself.
Could anybody help me understand with some code, how to achieve the same. ( Is there a groovy expression to access the pageflowscope param?)
Thanks
Edited by: user5381160 on Aug 12, 2010 8:01 PM