Introduction
WOParam elements are used for passing WOApplet parameters.
Usage
WOParam { name=aString; value=aString; | action=aMethod; ... }
Bindings
name |
Symbolic name associated with this element's value. |
value |
Value of this parameter. |
action |
Method that sets the parameter's value. Use this attribute instead of value if you want the parameter to be a WebObjects component. |