Hi, As others explained - yes, this is correct behavior. In the produced page markup you can see that there is <form> element only for the outer form. The inner form is represented by a <div> element.
Martin Grigorov Wicket Training and Consulting On Fri, Jan 10, 2014 at 7:04 PM, gmparker2000 <greg.par...@brovada.com>wrote: > When submitting an inner form it appears that the request contains all of > the > outer and inner form fields. Is this the expected behaviour? From what I > can see it appears that the outer form is submitted, and only the inner > form > parameters are validated and used for model updates. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Nested-Forms-tp4663620.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >