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

 

satellite.tag

Marks a pagelet for use by the Satellite servlet.

Syntax

Parameters

type (required)
Specify type=open to mark the start of a pagelet that CS-Satellite needs to parse; specify type=close to mark the end of this pagelet.

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 XML tag in your element and the "close" tag as the last XML tag in your element, in between the ftcs tags.

Example

The following code demonstrates that <satellite.page> and <satellite.blob> tags must be inside a <satellite.tag> pair:

  Home > Contents > Index >

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