On Fri, Jul 23, 2010 at 15:24, Justin Edelson <[email protected]> wrote: > Pretty sure :nameHint can't be used for anything other than the > top-level node submitted in a post. > > <input type="text" name="name" value="Bob Smith"/> > <input type="text" name="accountNumber" value="12345"/> > <input type="text" name="items/widget/qty" value="1"/> > <input type="text" name="items/bar/qty" value="2"/> > > If you have a second items/bar/qty, it'll just overwrite the first. > > Am I missing something?
Ah, you might be right. But that is then only a limitation of the post servlet, that one could improve. Or workaround to get the "right" content structure. Regards, Alex -- Alexander Klimetschek [email protected]
