Home > Contents > Index >
satellite.page
Gets a pagelet and specifies its cache expiration.
Syntax
<satellite.page pagename="pagelet_name" [name1="value1"] ... [nameN="valueN"]/>Parameters
pagename (required)- Specify the name of a pagelet.
name (optional)- Specify zero or more name/value pairs to be passed to the page, just as you pass arguments to the
CONTENTSERVERtag. The arguments must be specified as page criteria in theresargscolumns of thesitecatalogso that the system can differentiate cached pages properly. Any attribute passed in must be specified as PageCriteria in thesitecatalogor the page does not get cached properly.Pagenamedo not need to be specified as page criteria.
Error Numbers
The possible values of
errnoinclude:
Value Description -30 Page not found. -106 Bad parameters. -406 Bad XML parameter.Description
satellite.pageinserts a pagelet using the specified parameters. If the specified pagelet is already cached on this CS-Satellite,satellite.pagerequests the page from Content Server, then loads it. If the specified pagelet is not already cached on this CS-Satellite,satellite.pagecaches it and loads it. Scoping for thesatellite.pagetag is set toSTACKED. Cookies must be enabled for thesatellite.pagetag to function properly.Example
The following tag identifies a pagelet named
Experiment/CarOffer.
<satellite.page pagename="Experiment/CarOffer"/>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 - 2011 by FatWire Corporation
All rights reserved.