Ensemble Tags
Tag inject


This tag injects the output of the specified pagelet. XHTML attributes (i.e. not pt: attributes) will be passed on to the pagelet. Any HTML content inside the pagelet tag will be passed to the pagelet as an XML payload.

Example:
<pt:ensemble.inject pt:name="library:name" pagelet-attribute="A pagelet attribute"/>

<pt:ensemble.inject pt:name="library:name" pagelet-attribute="A pagelet attribute">
  <?xml version="1.0" encoding="utf-8"?>
  <doc>This is an XML payload.</doc>
</pt:ensemble.inject>


Tag Information
Tag Nameinject

Attributes
NameTypeRequiredDefault ValueDescription
namestringtruenullThe fully qualified name of the runner pagelet to display. This should be of the form libraryname:pageletname.
forwardparamsbooleanfalsefalseWhen true or unspecified, query string parameters in the request to the consuming resource will be forwarded to the pagelet. When false, query string parameters in the request to the consuming resource will not be forwarded to the pagelet.
onhttperrorstringfalsecommentNo Description


Copyright 2005 Plumtree Software, Inc.