Attributes |
Name | Required | Request-time | Type | Description |
context | false | true | java.lang.String | Specifies a remote application context path. The default is the current application context path. |
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. |
value | true | true | java.lang.String | The URL to build. This value can include template place holders that are replaced with the URL encoded value of the named parameter. Parameters must be defined using the param tag inside the body of this tag. |
var | false | true | java.lang.String | The name of the variable to export the URL value to. |