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
<render:satellitepage pagename="nameOfPageEntry
" [packedargs="packed_arguments
"] [cachecontrol="expiration_date_and_time
"] [<render:argument name="variable1
" value="value1
"/>] </render:satellitepage>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:
<render:argument name="c" value="Article"/>
Description
This tag is the CS-Direct equivalent of the
satellite:page
tag with the following exception:
rendermode
is passed to the element automatically.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:
<render:satellitepage pagename="BurlingtonFinancial/Article/LeadSummary">
<render:argument name="c" value="Article"/> <render:argument name="cid" value='<%=ics.GetVar("articleID")%>'/> <render:argument name="ct" value="Full"/> <render:argument name="p" value='<%=ics.GetVar("p")%>'/></render:satellitepage>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.