Attributes |
Name | Required | Request-time | Type | Description |
expression | true | true | java.lang.String | The expression to evaluate. |
htmlEscape | false | true | java.lang.String | Set HTML escaping for this tag, as a boolean value. Overrides the default HTML escaping setting for the current page. |
javaScriptEscape | false | true | java.lang.String | Set JavaScript escaping for this tag, as a boolean value. Default is 'false'. |
scope | false | true | java.lang.String | The scope for the var. 'application', 'session', 'request' and 'page' scopes are supported. Defaults to page scope. This attribute has no effect unless the var attribute is also defined. |
var | false | true | java.lang.String | The name of the variable to export the evaluation result to. |