Home > Contents > Index >
Inserts a pagelet identified through a page name and a set of arguments.
<RENDER.SATELLITEPAGE PAGENAME="nameOfPageEntry
" [PACKEDARGS="packed_arguments
"] > [<RENDER.ARGUMENT NAME="variable1
" VALUE="value1
"/>] </RENDER.SATELLITEPAGE>
pagename
(required)cachecontrol
(deprecated) packedargs
(optional) RENDER.ARGUMENT
(optional)This tag is the CS-Direct equivalent of the satellite.page
tag with the following exception:
rendermode
is passed 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.
If an asset is being rendered through a template, the RENDER.CALLTEMPLATE
tag should be used instead.
-106 if invalid parameters are passed. Invalid parameters are parameters that are not specified as PageCriteria in the SiteCatalog.
The following code inserts a nested pagelet whose pagename
is TopNav
. It passes to parameters, sitepfx
and site
, both of which correspond to variables with the same names.
<RENDER.SATELLITEPAGE PAGENAME='TopNav'> <RENDER.ARGUMENT name="sitepfx" value='Variables.sitepfx'/> <RENDER.ARGUMENT name="site" value='Variables.site'/> </RENDER.SATELLITEPAGE>
Home > | Contents > | Index > | ||
![]() |
FatWire XML Tag Reference |