Il 26.07.2011 17:03, Matteo Pelucco ha scritto:
What is the correct syntax to retrieve them?
The syntax is right.
I think to have found a bug inside [1]
When you build a groupEditField you can AVOID to insert a controlName
property because in the dialog is not "required".
Even if you insert it, the "value" when you submit the form is empty.
If the controlName property is not present, the field is skipped.
AND
the validation checks on the following lines (110 and 113) prevents to
"look inside" the "edits" node to find nested fields.
SOLUTION (tested):
put the last part of if/else-if/else-if outside the "if" as shown on [2]
------------------------------
[1]
http://svn.magnolia-cms.com/view/community/modules/magnolia-module-form/trunk/src/main/java/info/magnolia/module/form/paragraphs/models/DefaultFormDataBinder.java
[2] http://pastebin.com/yGKSNCMH
HTH to anybody else (and maybe next MGNL form module versions!!!)
Matteo
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------