Documentation Archive Developer
Search
[an error occurred while processing this directive] PATH  Documentation > WebObjects 4.5 > Dynamic Elements

up

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.

up