Backing Bean:
ADFContext.getCurrent().getSessionScope().put("groovyBaby", "11111");
Groovy Bind Variable Expression
adf.context.sessionScope.groovyBaby
Make sure the value is of the correct data type.
ADFContext.getCurrent().getSessionScope().put("groovyBaby", "11111");
Groovy Bind Variable Expression
adf.context.sessionScope.groovyBaby
Make sure the value is of the correct data type.
Comments
Post a Comment