Documentation Archive Developer
Search
PATH  WebObjects 4.0 Documentation > Dynamic Elements


WOParam


Synopsis

WOParam { name=aString; value=aString; | action=aMethod; ... };


Description

The WOParam elements are used for passing the parameters of WOApplet.


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.



Copyright © 1998, Apple Computer, Inc. All rights reserved.