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

 

render:satellitepage

Retrieves a page or pagelet identified through a page name and a set of arguments and specifies its cache expiration.

Syntax

Parameters

pagename (required)
Input. The name of the page to invoke.

cachecontrol (optional)
Deprecated. Instead of specifying this attribute, specify a value for cache information for Satellite Server in your Site Entry or Template asset. This attribute specifies for how long to cache the pagelet. See satellite:page for details about this parameter.

packedargs (optional)
Input. Provides a way of specifying multiple arguments in one string. The value of this argument should be the output of a render:packargs tag.

render:argument (optional)
Input. Name/value pairs to pass to the page entry. For example:

Description

This tag is the CS-Direct equivalent of the satellite:page tag with the following exception:

Use this tag to serve a CS-Direct page or pagelet when you are using CS-Satellite on your system. The page or pagelet must have a page entry in the SiteCatalog. If the specified pagelet is already cached on a CS-Satellite, this tag loads it. If the specified pagelet is not already cached, this tag caches it and loads it.

If an element is coded with a render-satellitepage tag but CS-Satellite is not present, render:satellitepage passes the call to render:contentserver which then serves the page or pagelet.

errno

None.

Example

The following code calls for the page entry of a template named LeadSummary, passing the ID of the asset that it should display, the ID of the asset's parent page, and the name of a child template:

See Also

render:contentserver

render:satelliteblob

satellite:page

  Home > Contents > Index >

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