The following table lists all available response message variables that can be used in addition to the global template variables to enhance the organization of the default response message templates or to create new templates.
For more information about how to implement variables in a template, see Section 13.0, Customizing Your Templates and Search Forms.
NOTE:The repeating variables $$BeginLoop and $$EndLoop should not be used in a response message and are ignored if used.
Table 12-7 Response Message Variables
Name |
Description |
---|---|
$$Cancel[text] |
If the button is specified by Server logic, this parses and inserts the conditional text into the response page. Currently used by PrintServlet when a print job exceeds the print job size warning limit. |
$$Continue[text] |
If the button is specified by Server logic, this parses and inserts the conditional text into the response page. Currently used by PrintServlet when a print job exceeds the print job size warning limit. |
$$Help[text] |
If the button is specified by Server logic, this parses and inserts the conditional text into the response page. |
$$Ignore[text] |
If the button is specified by Server logic, this parses and inserts the conditional text into the response page. |
$$Next[text] |
Compare to $$Prev. |
$$No[text] |
If the button is specified by Server logic, this parses and inserts the conditional text into the response page. |
$$OK[text] |
If the button is specified by Server logic, this parses and inserts the conditional text into the response page. Currently used by PrintServlet when a print job exceeds the maximum print job size. |
$$Prev[text] |
If the button is specified by Server logic, this parses and inserts the conditional text into the response page. |
$$ResponseNumber |
Numeric version of the response required of the user. |
$$ResponseMessage |
Text version of the response required of the user. Generally quite terse. Can often be used as a title. |
$$ResponseDescription |
Longer version of the message. This might include additional details or “see also” information. |
$$Retry[text] |
If the button is specified by server logic, this parses and inserts the conditional text into the response page. |
$$URL |
URL to use when the button is clicked. This must appear within the brackets of a button’s conditional text section. The URL logic is generated by the server. |
$$Yes[text] |
If the button is specified by server logic, this parses and inserts the conditional text into the response page. |