RE: Access cform field labels from flowscript

2006-01-05 Thread Ard Schrijvers
Since you want an overview of the filled form, why not do something like: 1) call a pipeline from flow with params holding the widgetids:widgetvalues 2) generates a cocoon:/pipeline with the jx generator (see the cocoon:/pipeline below) 3) You now have an xml block having the translated labels an

RE: Access cform field labels from flowscript [SOLUTION]

2006-01-11 Thread ext-ml
s, Andreas > -Original Message- > From: Ard Schrijvers [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 05, 2006 12:26 PM > To: users@cocoon.apache.org > Subject: RE: Access cform field labels from flowscript > > > Since you want an overview of the filled form, why not do