Hi I have a simple short problem. I have a CForm and want to bind data to the form, that is generated by a cocoon Pipeline.
My first idea was to var xmlDocument = loadDocument(cocoon:/mypipeline) form.load(xmlDocument) But of cause it doesnt work, because loadDocument needs a String as parameter. Is there a simple solution to generate the "xmlDocument"? Dont want to write a javabean every time. THX a lot, Niclas -- View this message in context: http://www.nabble.com/CForms%3A-Dynamic-XML-binding-tf2755051.html#a7682444 Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
