bruno 2003/11/06 09:05:08
Modified: src/blocks/woody/samples/flow woody_flow_example.js
Log:
Putting form in request attribute is not needed anymore.
Revision Changes Path
1.8 +0 -3
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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- woody_flow_example.js 3 Nov 2003 23:17:41 -0000 1.7
+++ woody_flow_example.js 6 Nov 2003 17:05:08 -0000 1.8
@@ -24,9 +24,6 @@
} else {
print("Form is not valid");
}
- // Store the form as a request attribute, as the view is not
- // flow-aware.
- cocoon.request.setAttribute("form1", form.getWidget());
cocoon.sendPage("form1-success-pipeline");
}