A document has been updated:
http://cocoon.zones.apache.org/daisy/documentation/478.html
Document ID: 478
Branch: main
Language: default
Name: A Simple Example (unchanged)
Document Type: Cocoon Document (unchanged)
Updated on: 10/23/05 1:41:49 PM
Updated by: Bruno Dumon
A new version has been created, state: publish
Parts
=====
Content
-------
This part has been updated.
Mime type: text/xml (unchanged)
File name: (unchanged)
Size: 12210 bytes (previous version: 12208 bytes)
Content diff:
(188 equal lines skipped)
form.showForm("registration-display-pipeline");
--- var bizdata = { "username" : form.getChild("name").getValue() }
--- cocoon.sendPage("registration-success-pipeline", bizdata);
+++ var viewData = { "username" : form.getChild("name").getValue() }
+++ cocoon.sendPage("registration-success-pipeline", viewData);
}</pre>
<p>The flowscript works as follows:</p>
(144 equal lines skipped)
Fields
======
no changes
Links
=====
no changes
Custom Fields
=============
no changes
Collections
===========
no changes