joerg 2004/03/12 19:28:42
Modified: src/blocks/forms/samples/aggregate example.js
Log:
tab2spaces
Revision Changes Path
1.3 +1 -1 cocoon-2.1/src/blocks/forms/samples/aggregate/example.js
Index: example.js
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/forms/samples/aggregate/example.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- example.js 11 Mar 2004 02:56:33 -0000 1.2
+++ example.js 13 Mar 2004 03:28:42 -0000 1.3
@@ -30,7 +30,7 @@
form.createBinding("binding-" + template + ".xml");
// java.lang.System.out.println("Loading. Date: " + bean.date + ",
Day: " + bean.day + ", Month: " + bean.month + ", Year: " + bean.year);
- form.load(bean);
+ form.load(bean);
form.showForm(template + "-display-pipeline", bean);
form.save(bean);
// java.lang.System.out.println("Saved. Date: " + bean.date + ",
Day: " + bean.day + ", Month: " + bean.month + ", Year: " + bean.year);