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
<satellite:tag> <satellite:parameter [name= 'name'] value = 'open|closed'/> </satellite:tag>Parameters
name (optional)
- Specify zero or more valid name modifiers.
value
(required)
- Valid values are
open
andclosed.
A value ofopen
marks the start of a pagelet CS-Satellite must parse. A value ofclosed
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,
orsatellite:blob
tag. If this pagelet containssatellite:page
orsatellite:blob
directives or any form or other form , then you must provide thesatellite:tag
pair. If you omit the pair, CS-Satellite streams the page without passing it.If this pagelet does not contain
satellite:page
orsatellite:blob
directives, then you should omit thesatellite:tag
pair. The exception to this is if you are usingrender:getpageurl
. If you mistakenly provide thesatellite: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
<satellite:tag> <satellite:parameter name='type' value='open'/> </satellite:tag>
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.