Changes for page WOParam
Last modified by Pascal Robert on 2011/05/08 01:55
From version 3.1
edited by Pascal Robert
on 2011/05/08 01:55
on 2011/05/08 01:55
Change comment:
There is no comment for this version
To version 2.1
edited by Pascal Robert
on 2011/04/26 23:05
on 2011/04/26 23:05
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,25 +2,15 @@ 2 2 3 3 = Introduction = 4 4 5 -WOParam elements are used for passing WOApplet parameters. 6 - 7 7 = Usage = 8 8 9 9 {{code}} 10 10 11 -WOParam { 12 - name=aString; 13 - value=aString; | action=aMethod; ... 14 -} 15 15 16 16 {{/code}} 17 17 18 18 = Bindings = 19 19 20 -| name | Symbolic name associated with this element's value. 21 -| value | Value of this parameter. 22 -| action | Method that sets the parameter's value. Use this attribute instead of value if you want the parameter to be a WebObjects component. 23 - 24 24 = Examples = 25 25 26 26 == Java methods ==