The base.eval accessor
eval[expression]
The base.eval accessor can be used to evaluate the specified EL expression string.
The expression string may refer to the implicit objects param, requestScope, sessionScope, moduleScope and applicationScope.
Example
The expression ${calyxo.base.eval[requestScope['role']]} evaluates the string located at request scope attribute "role".


