Nested forms in wicket component hierarachy. Not in html. You can nest forms
in wicket which are replaced when the page is rendered and swapped out for
divs.
http://cwiki.apache.org/WICKET/nested-forms.html

On Fri, Jan 29, 2010 at 5:38 PM, Riyad Kalla <rka...@gmail.com> wrote:

> Are nested forms a valid HTML construct? I'm running through the use-case
> here in my head and it doesn't click -- form submission is 1:1 with an HTTP
> POST, what do multiple embedded forms even mean in this regard?
>
> I don't think this is kosher...
>
> On Fri, Jan 29, 2010 at 2:04 PM, Dave Kallstrom <dave.kallst...@gmail.com
> >wrote:
>
> > Hi,
> > Is there anyway to notify nested forms that they are being submitted?
>  The
> > onSubmit method of nested forms do not get called when the parent form is
> > submitted.
> > I tried implementing IFormSubmitListener but that didn't seem to help.
> >
> > --
> > Dave Kallstrom
> >
>



-- 
Dave Kallstrom

Reply via email to