>From modal window javadoc:

 * 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).

-Matej

On Mon, Aug 3, 2009 at 8:15 PM, Marcin Palka<marcin.pa...@gmail.com> wrote:
> Hi,
>
> I am experiencing a strange issue with a Form, a TabbedPanel and a
> ModalWindow. It seems that for some reason the form tag is not being
> rendered on my forms. Contents of the form render just fine. The form
> is placed on a Panel that is then placed on a tab of a
> AjaxTabbedPanel. All that stuff is on a ModalWindow. So it looks like
> that when the modal window gets opened and first tab of the AjaxTabbed
> panel is rendered everything looks fine. The form tag is ther and the
> form works properly. But if I navigate to another tab (which by the
> way contains another instance of the same panel) the form tag is
> missing. Then if I navigate back to the first tab the form tag is
> missing there as well.
>
> Pressing a button (AjaxButton) on any of those broken forms leads to
> the ChannelBusy message on any subsequent Ajax request.
>
> What I noticed from a Wicket Ajax Debug output is that the HTML on the
> server side of things the HTML is generated properly. I can see the
> form tag and the other stuff being sent from the server just fine.
> Except for that it's not being rendered.
>
> Anyone knows any workaround?
>
> I filled a JIRA for this issue:
> https://issues.apache.org/jira/browse/WICKET-2414
>
> cheers,
> Marcin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>

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

Reply via email to