Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

withPage JavaServer Page tag

Updated on August 16, 2022

Use the withPage tag to replace the primary page with a different page (the base page) throughout a segment of the HTML or XML text, as a coding convenience. The new page applies only to HTML or XML code within the body of the withPage tag.

Example

For example, the reference tag refers to property pyWorkPage. pyStatusWork :

<pega:withPage name="pyWorkPage">
	and your application status is:
	<pega:reference name=".pyStatusWork" />
</pega:withPage>

Complete syntax

In the syntax presentation below:

  • JSP delimiters <pega:...> and </pega:...> mark the start and end of the tag.
  • Replace any text in italics with your choice of value of that type.
<pega:withPage name="pagename">
<!-- HTML and/or tags here with pagename as the base page -->
</pega:withPage>

The name attribute is required. The page you identify must also display in the Pages & Classes tab of the current rule.

AttributeValue
name A clipboard page name, which may include the keyword $this.

Examples:

  • Reference to a property of mode Page
  • $this — for the current page
  • $this.pagename — for an embedded page in the current page

About JavaServer Page tags

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us