You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by Apache Wiki <wi...@apache.org> on 2006/12/19 12:04:49 UTC

[Cocoon Wiki] Update of "CFormsFAQ" by Peter Flynn

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cocoon Wiki" for change notification.

The following page has been changed by Peter Flynn:
http://wiki.apache.org/cocoon/CFormsFAQ

------------------------------------------------------------------------------
      </fd:field>
  }}}
  
+ == Where does it go? ==
+ Q. Where can the form data go once it's been successfully accepted, and how do you do it?
+ 
+ A. ??? (needs an answer)
+ 
+ Obvious requirements would include:
+  a. sent by email to some address
+  a. added to a database as a new record
+  a. saved on the server in a new XML file (this one is ''really'' important)
+  a. saved on the server as an additional instance of a second-level element in an existing XML file (ie inserted immediately before the end-tag of the root element)
+  a. used to replace (update) matching elements in an existing XML file (assuming the form had been populated at display time with the data from the existing file)
+  a. submitted as data to some external (non-Cocoon, non-Apache, probably non-Java) program (script or binary executable)
+