Re: Formtdefinition and -template from a org.w3c.dom.Document stream

2007-01-15 Thread ZongoZongo
Creating the form works fine. But the pipeline makes some trouble with parsing the template: org.xml.sax.SAXException: The object type: class java.lang.String could not be serialized to XML: Do I have to consider anything special? My template is valid and works fine if I use it conventionally

Re: Formtdefinition and -template from a org.w3c.dom.Document stream

2007-01-15 Thread Jason Johnston
ZongoZongo wrote: Creating the form works fine. But the pipeline makes some trouble with parsing the template: org.xml.sax.SAXException: The object type: class java.lang.String could not be serialized to XML: Do I have to consider anything special? My template is valid and works fine if I use

Formtdefinition and -template from a org.w3c.dom.Document stream

2007-01-09 Thread ZongoZongo
://www.nabble.com/Formtdefinition-and--template-from-a-org.w3c.dom.Document-stream-tf2945399.html#a8236321 Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Formtdefinition and -template from a org.w3c.dom.Document stream

2007-01-09 Thread Jason Johnston
ZongoZongo wrote: Hi Inside the flow I get the formtemplate and the formdefinition from a javamethod as an org.w3c.dom.Document stream. How can I use this streams to: - generate the form I believe you can pass a DOM element to the Form flowscript constructor: var form = new