Focusing problem solving with bird's-eye view & ground level implementation.
'Expression' - adf.context.current.sessionScope.get('test')
as attribute Values in Entity Objects; bindParameter values for queries in View Objects;
it did not work with jdeveloper 12.2.1
Hi Mahmoud Hawary,How can we access session scope value in expression in 12.2.1 .Thanks,Amar
Hai,Its not work with ADF 12.2.1.Please post about how to replace this expression in 12.2.1.
try with setting TrustMode to trusted of bindvariable
Hi, i tried the same but not wroking. Please give some suggestion for ADF12.2.1
Error(10,1): [Static type checking] - [ADF security error] Accessing the current property on class oracle.adf.share.ADFContext is not permitted. @ line 10, column 1. CustomerSupport.jws to solve this issue make the attribute( trustMode="trusted")
Post a Comment
6 comments:
it did not work with jdeveloper 12.2.1
Hi Mahmoud Hawary,
How can we access session scope value in expression in 12.2.1 .
Thanks,
Amar
Hai,
Its not work with ADF 12.2.1.Please post about how to replace this expression in 12.2.1.
try with setting TrustMode to trusted of bindvariable
Hi, i tried the same but not wroking. Please give some suggestion for ADF12.2.1
Error(10,1): [Static type checking] - [ADF security error] Accessing the current property on class oracle.adf.share.ADFContext is not permitted.
@ line 10, column 1. CustomerSupport.jws
to solve this issue make the attribute( trustMode="trusted")
Post a Comment