I use deeply nested subforms to represent the relationships of a model: for example a tree that has subforms for the branches, each having subforms for the leaves. For being able to create subforms on the client with dojo, I need to know the full name of the form (hence not 'leaves' but 'branches[0][leaves]'), but getName() and getFullyQualifiedName() return the same thing. Should I call setElementsBelongTo() with a different argument (currently is 'leaves')? It seems that the parent form wraps the recursive calls to getValues(), so I don't want to end up with branches[leaves][0][branches][leaves][0] as they do twice the job. I am a bit confused on how nesting works in Zend_Form.
-- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://ossigeno.sourceforge.net
