withReference JavaServer Page tag |
Use the withReference tag to identify a new property as the active property for a limited scope. The new property applies only to HTML or XML code within the body of the withReference tag.
Here is an example:
<pega:withReference name=".pyStatusWork"
>
<!-- XML or HTML source here
-->
</pega:withReference>
Within the scope of this tag, you can use the keyword
$this-value
to identify the active property set by this tag.
GENTJ 5/9/08
active property |