Tag Name: set

Description

Assigns a value to a variable in a specified scope

Attributes

Name

Required

Default

Evaluated

Type

Description

id false true String Deprecated. Use 'var' instead
name false true String Deprecated. Use 'var' instead
scope false action true String The scope in which to assign the variable. Can be application, session, request, page, or action.
value false true String The value that is assigned to the variable named name
var false true String Name used to reference the value pushed into the Value Stack