Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
satellite:page
Gets a pagelet and specifies its cache expiration.
Syntax
<satellite:page pagename='pagelet_name'> </satellite:page>Parameters
pagename
(required)
- The name of a pagelet.
Description
satellite:page
inserts a pagelet using the specified parameters. If the specified pagelet is already cached on this CS-Satellite,satellite:page
requests the page from Content Server, then loads it. If the specified pagelet is not already cached on this CS-Satellite,satellite:page
caches it and loads it. Scoping for thesatellite:page
tag is set toSTACKED
. Cookies must be enabled for thesatellite:page
tag to function properly.Example
<satellite:page pagename='example/jsp/pagelet1'> <satellite:parameter name='favourite colour' value='green'/> </satellite:page>
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 - 2011 by FatWire Corporation
All rights reserved.