Hi,
Jdev 11.1.9.1
I have a view criteria where i have multiple bind variables. I need to Set the bind variable to a value in one of the variable(personno) in managed bean where it is given scope as Pageflow
I tried groovy Expression to set bind variable value as adf.context.sessionScope.personno but it gave out oracle.jbo.expr.JISyntaxError: Variable pageFlowScope not recognized
when i used session scope adf.context.sessionScope.personno it worked but we want it to be in pageflowscope for security reasons
Can somebody suggest us the possible way
Thanks
VIkram