bruno 2003/07/22 13:58:42
Modified: src/blocks/woody/samples/flow woody_flow_example.js
Log:
fixed problem with date example.
Revision Changes Path
1.3 +1 -1
cocoon-2.1/src/blocks/woody/samples/flow/woody_flow_example.js
Index: woody_flow_example.js
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/woody/samples/flow/woody_flow_example.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- woody_flow_example.js 22 Jul 2003 08:37:31 -0000 1.2
+++ woody_flow_example.js 22 Jul 2003 20:58:41 -0000 1.3
@@ -8,7 +8,7 @@
model.cowheight = 4;
model.number1 = 1;
model.number2 = 3;
- model.birthdate = new Date();
+ model.birthdate = new java.util.Date();
model.contacts[0].firstname = "Jules";
model.contacts[1].firstname = "Lucien";