JavaServer Pages tags |
JavaServer Pages tags can appear in all rule types derived from the Rule-Stream class: B-20262
Correspondence | control |
Correspondence Fragment | List View |
Flow action | Paragraph |
Harness | Section |
HTML | Summary View |
HTML Fragment | XML |
The seventeen tags govern how the system's 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. PROJ-890 5.4 | |
Used within the static JSP tag to identify a binary
file rule. GRP-6238 V6,1 |
|
Used within the static JSP tag to identify a
static content bundle rule. PROJ-322 5.4 |
|
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. C-2599 5.2 | |
Include a non-rule-resolved image in a stream. | |
Reserved. 5.5 | |
Supports the acDataSource tag. | |
Supports the acDataSource tag. | |
Used within the static JSP tag to identify a text
file rule. PROJ-322 5.4 |
|
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, to allow users to select multiple values from a list. PROJ-802 5.4 | |
Support runtime display of list view reports within section rules. 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. PROJ-802 5.4 | |
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. PROJ-322 5.4 | |
Encode a URL string on an HTML form with Process Commander 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 may appear within the scope of one of the above tags. These are documented with the enclosing tag. For examples: OSMAE 3/14/07
elseassert
tag, within the assert
tagkey
, within the lookup
tagoption
, within the url
tagotherwise
, within the choose
tagparam
, within the listview
tagactive property, Jasper, JSTL | |
Converting from directives to JSP
tags
Introducing JavaServer Page tags How to reference properties indirectly More about JavaServer Page tags |