JavaServer Pages tags can appear in all rule types derived from the Rule-Stream class.
Correspondence | Control |
Correspondence Fragment | List View (deprecated) |
Flow action | Paragraph |
Harness | Section |
HTML | Summary View (deprecated) |
HTML Fragment | XML |
The following tags govern how the stream processing facility converts and assembles a text stream for a user's browser, for outgoing correspondence, or for outgoing XML text.
Tag |
Use |
Defines the source of text values for an autoComplete JSP tag. | |
Use to make processing more efficient when working with one or more concrete classes and the Obj-List method. | |
Supports a user interface drop-down facility that matches candidates from the first few characters a user types. | |
Used within the static JSP tag to identify a binary file rule. |
|
Used within the static JSP tag to identify a static content bundle rule. |
|
Use with the when tag to select one section of source code to process. The otherwise JSP tag may appear within the choose tag. | |
Display a chart derived from a summary view rule. | |
Include a non-rule-resolved image in a stream. | |
Reserved. | |
Supports the acDataSource tag. | |
Supports the acDataSource tag. | |
Used within the static JSP tag to identify a text file rule. |
|
Iterate through the properties contained in a Page or Page List structure. |
|
Insert another stream rule into the current stream. | |
Defines a list-to-list control that allows users to select multiple values from a list. | |
Support run-time display of list view reports within sections. The param JSP tag may appear within the listView tag. | |
Retrieve and include the value of a property from an instance that is not present on the clipboard. | |
Cause a named section of text to be evaluated during stream processing only the first time it appears. | |
Supports the listTolist tag. | |
Include the value of a property on the clipboard. Short form of the reference tag. | |
Include the value of a property on the clipboard. | |
Save a value with an associated name for reuse later in the current stream. | |
Include the contents of one or more static file bundle rule (Rule-File-Bundle rule type) or text file rules (Rule-File-Text rule type) in the stream. | |
Encode a URL string on an HTML form with the Pega Platform keywords. | |
Test a Boolean condition or when rule, and include or exclude source text based on the results. | |
Change the current embedded page. | |
Change the current base page. | |
Make a new property the currently active property. | |
Override the control rule that applies to a property. |
Additional tags can appear within the scope of one of these tags. These additional tags are documented with the enclosing tag. For examples:
elseassert
tag, within the assert
tagkey
, within the lookup
tagoption
, within the url
tagotherwise
, within the choose
tagparam
, within the listview
tag