PATH Documentation > WebObjects

Table of Contents

WOParam



Element Description

WOParam elements are used for passing WOApplet parameters.


Synopsis

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.

Table of Contents