(Quick Reference)

8.2.1.1 Variables and Scopes

Version: 3.2.4

8.2.1.1 Variables and Scopes

Within the <% %> brackets you can declare variables:

<% now = new Date() %>

and then access those variables later in the page:

<%=now%>

Within the scope of a GSP there are a number of pre-defined variables, including: