Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

satellite:tag

Marks a region for use by CS-Satellite.

Syntax

Parameters

name (optional)
Specify zero or more valid name modifiers.

value (required)
Valid values are open and closed. A value of open marks the start of a pagelet CS-Satellite must parse. A value of closed marks the end of a pagelet CS-Satellite must parse.

Description

Tells the Satellite servlet that this pagelet contains a satellite:page, satellite:link, satellite:cookie, or satellite:blob tag. If this pagelet contains satellite:page or satellite:blob directives or any form or other form , then you must provide the satellite:tag pair. If you omit the pair, CS-Satellite streams the page without passing it.

If this pagelet does not contain satellite:page or satellite:blob directives, then you should omit the satellite:tag pair. The exception to this is if you are using render:getpageurl. If you mistakenly provide the satellite:tag pair, CS-Satellite still serves the page but performance may suffer.

If you do need the satellite:tag pair, we strongly recommend setting the "open" tag as the first JSP tag in your element and the "close" tag as the last JSP tag in your element, in between the ftcs tags.

Example

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.