withTarget JavaServer Page tag |
Use the withTarget tag to override the HTML Property rule that ordinarily applies to a property. For example:
<pega:withTarget name="CheckBox"
>
<pega:reference
name="IsSoupYet" / >
</pega:withTarget>
The withTarget tag is useful for defining radio buttons and selection boxes on forms. This tag lets the system examine the value of for the current selection. The target reference must be a single scalar destination.
In the syntax presentation below:
<pega:withTarget
name="HTMLPropertyRuleName">
<!-- property to be presented
-->
</pega:withTarget >
The name
attribute is required.
Attribute |
Value |
name
|
Name of an HTML Property rule. The rule must exist when the current rule is saved. Two special keywords are also supported:
|
base page | |
About HTML Property rules | |
Atlas — Standard HTML property rules without parameters |