I've certainly not done it so.

I think it means that if your form has a modal window in it, form
components in the modal window should be in a form it self so it is
self contained.

2009/8/14 Stefan Lindner <lind...@visionet.de>:
> Could someone please explain this a little bit more: " If you want to use 
> form in modal window component make sure that you put the modal window itself 
> in another form (nesting forms is legal in Wicket)"
>
> Does it mean HTML
>
>        <form><div wicket:id="modalWindow"/></form>
>
> and Java
>
>        ModalWindow mw = new ModalWindow("modalWindow");
>        mw.setcontent(newPanelWithFormInside);
>
> is recomended?
>
>
> Stefan
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to