Back ForwardSave directive

About directives

Use the Save directive to set up named values at runtime, while the source HTML is processed, onto an internal symbol table known as the scratchpad. This in-memory scratchpad — a list of names and values — is available throughout the generation of the HTML stream.

JSP equivalent

The save JavaServer Page tag provides a functionally identical capability. See JSP Tags — save.

definitionsscratchpad, stream processing

Up Directives