Derek Hohls pisze:
Working with Cocoon 2.1.8
I am looking for examples or guides on how to post-process a form
that will have been created dynamically i.e. it won't be possible
to know in advance which fields appear or what they are called.
I know how to create such a form, but not how to "get at" the data
it will contain.
Normally, in flowscript, I would access a field value in a form with the
  model.Fieldname
notation... but without knowing what those fieldnames will be, I am unsure
of how to proceed.

Hi Derek,

Have you tried:

 var it = model.children

Where it will hold Java iterator over widgets that model contains.

--
Grzegorz Kossakowski

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to