WOParam

Version 4.1 by Pascal Robert on 2011/05/08 01:55

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.

Examples

Java methods

WOD-style

Inline bindings (WOOGNL)

Related documents