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

From version 12.1
edited by Pascal Robert
on 2011/12/27 07:07
Change comment: There is no comment for this version
To version 9.1
edited by Pascal Robert
on 2012/08/09 05:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -64,7 +64,7 @@
64 64  <wo:str value = "$myTextForDisplay" />
65 65  {{/code}}
66 66  
67 -And save your modifications. You are now ready to run the application again. The first time you ran the application, it created a run configuration inside Eclipse, so to run the application again, click on the green circle with a white arrow in the toolbar, and select **HelloWorld**.
67 +And save your modifications. You are now ready to run the application again. The first time you ran the application, it created a run configuration inside Eclipse, so to run the application again, click on the green circle with a white arrow in the toolbar, and select **HelloWorld**.
68 68  
69 69  [[image:RunConfig.png||border="1"]]
70 70  
... ... @@ -93,3 +93,5 @@
93 93  {{/code}}
94 94  
95 95  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.
96 +
97 +[[You can move on to the next tutorial>>Your First Rest Project]].