Last modified by Steve Peery on 2013/05/29 14:41

From version 5.1
edited by Pascal Robert
on 2011/12/27 06:58
Change comment: There is no comment for this version
To version 6.1
edited by Pascal Robert
on 2011/12/27 07:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -80,10 +80,10 @@
80 80  
81 81  {{code language="java" theme="Eclipse"}}
82 82  
83 - public WOActionResults updateString() {
83 +public WOActionResults updateString() {
84 84   return null;
85 85   }
86 86  
87 87  {{/code}}
88 88  
89 -Run the project again, and update the string in the text field. It's now 100% dynamic! Since we added a setter for the variable a couple of steps before, you don't need to set the string in the updateString method, that's the power of bindings.
89 +Run the project again, and update the string in the text field. It's now 100% dynamic Since we added a setter for the variable a couple of steps before, you don't need to set the string in the updateString method, that's the power of bindings.