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!

Page flow scope values in Groovy Script

3200663Oct 24 2017 — edited Oct 24 2017

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2017
Added on Oct 24 2017
3 comments
507 views