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
 openandclosed.A value ofopenmarks the start of a pagelet CS-Satellite must parse. A value ofclosedmarks 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:blobtag. If this pagelet containssatellite:pageorsatellite:blobdirectives or any form or other form , then you must provide thesatellite:tagpair. If you omit the pair, CS-Satellite streams the page without passing it.If this pagelet does not contain
satellite:pageorsatellite:blobdirectives, then you should omit thesatellite:tagpair. The exception to this is if you are usingrender:getpageurl. If you mistakenly provide thesatellite:tagpair, CS-Satellite still serves the page but performance may suffer.If you do need the
satellite:tagpair, 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.