Re: Form tag does not get rendered on a Panel placed in a TabbedPanel within a ModalWindow

2009-08-03 Thread Marcin Palka

Matej,

Thanks. I missed that remark :-| I have used forms within a modal window
before and I haven't suffered of problems like this one. I mean I haven't
had to put that extra form outside a modal window.  Except for the fact that
I haven't had any TabbedPanels on my modals.

cheers,
Marcin
-- 
View this message in context: 
http://www.nabble.com/Form-tag-does-not-get-rendered-on-a-Panel-placed-in-a-TabbedPanel--within-a-ModalWindow-tp24795566p24795933.html
Sent from the Wicket - User 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



Re: Form tag does not get rendered on a Panel placed in a TabbedPanel within a ModalWindow

2009-08-03 Thread Matej Knopp
>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 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