Show-Property method
Use the Show-Property method to send the value of a single scalar property on the clipboard page identified in the Step Page column to a user's browser session, as an aid to debugging.
Parameters
This method has one required parameter.
Parameter | Description |
---|---|
Property |
Enter an expression, such as a property name or reference to a
Single
Value
property, or a
linked
property
reference. The property must not be a Java Object.
|
Results
The system sends the value of the expression or property to the user's browser.
Checking the method status
This method updates the pxMethodStatus property. See How to test method results using a transition.
Note: The Show-Page,
Show-Stream, Show-Property and Show-HTML methods each send an HTTP message corresponding to
an entire document to the user's browser. They can't be used in combination to assemble a
document. Use Show-Property only for debugging.