Pagelet URLs
Pagelets are snippets of HTML content that appear in one section of a template. Unlike target content, they are referenced by name within the template. This sample HTML refers to a pagelet:
<Pagelet Name="UniversalNavigation">
<Source Node ="LOCAL_NODE" Pagelet="MyPagelet"/>
</Pagelet>When the servlet resolves this tag, it generates the URL using:
-
The name of the portal containing this template.
-
The node name specified in the Source tag (for example, Node = “SomeNode”).
-
Content type and content name specified in the pagelet definition for the specified pagelet.
The resolved URL for this example is (assume this template is in the Employee portal):
http://sun09/psc/ps/EMPLOYEE/PSFT_HR/s/WEBLIB_TEST.ISCRIPT1.FieldFormula.IScript_WhoAmI