Re: Ajax modal window does not allow submit form under open browsers

2011-03-21 Thread Pedro Santos
log's content. >> >> >> Pedro Santos wrote: >> > >> > I don't remember of any change in this. >> > >> >> The patch was not accepted for 1.5. >> >> Best regards >> >> Sven >> >> -- >> View t

Re: Ajax modal window does not allow submit form under open browsers

2011-03-21 Thread Pedro Santos
gt; > > The patch was not accepted for 1.5. > > Best regards > > Sven > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Ajax-modal-window-does-not-allow-submit-form-under-open-brow

Re: Ajax modal window does not allow submit form under open browsers

2011-03-21 Thread Sven Meier
on't remember of any change in this. > The patch was not accepted for 1.5. Best regards Sven -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-modal-window-does-not-allow-submit-form-under-open-browsers-tp3390374p3393492.html Sent from the Users forum

Re: Ajax modal window does not allow submit form under open browsers

2011-03-21 Thread Pedro Santos
wn, Berlin [GCG-PFS] wrote: > > > > OK, so the patch just scraps the form in the modal window. > > > > -Original Message- > > From: Chris Colman [mailto:chr...@stepaheadsoftware.com] > > Sent: Sunday, March 20, 2011 8:36 AM > > To: users@wicket.ap

RE: Ajax modal window does not allow submit form under open browsers

2011-03-21 Thread Sven Meier
> -Original Message- > From: Chris Colman [mailto:chr...@stepaheadsoftware.com] > Sent: Sunday, March 20, 2011 8:36 AM > To: users@wicket.apache.org > Subject: RE: Ajax modal window does not allow submit form under open > browsers > > >.. and please

RE: Ajax modal window does not allow submit form under open browsers

2011-03-20 Thread Brown, Berlin [GCG-PFS]
OK, so the patch just scraps the form in the modal window. -Original Message- From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Sunday, March 20, 2011 8:36 AM To: users@wicket.apache.org Subject: RE: Ajax modal window does not allow submit form under open browsers >..

RE: Ajax modal window does not allow submit form under open browsers

2011-03-20 Thread Chris Colman
>.. and please vote for WICKET-3404 if you think the need for this >additional form is just annoying. +1 from me! I find having to wrap a modal in a form quite annoying. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.

Re: Ajax modal window does not allow submit form under open browsers

2011-03-20 Thread Sven Meier
.. and please vote for WICKET-3404 if you think the need for this additional form is just annoying. Sven On 03/20/2011 01:01 AM, Pedro Santos wrote: To submit a form inside a modal window you must enclose it by a form in the main panel and use an AJAX submit component. Please open a ticket + q

Re: Ajax modal window does not allow submit form under open browsers

2011-03-19 Thread Pedro Santos
2 PM > To: users@wicket.apache.org > Subject: Re: Ajax modal window does not allow submit form under open > browsers > > To submit a form inside a modal window you must enclose it by a form in > the main panel and use an AJAX submit component. Please open a ticket + > quicks

RE: Ajax modal window does not allow submit form under open browsers

2011-03-19 Thread Brown, Berlin [GCG-PFS]
You mean? Markup, main panel: OK, but why does it work with Internet Explorer 7. Strange. -Original Message- From: Pedro Santos [mailto:pedros...@gmail.com] Sent: Saturday, March 19, 2011 8:02 PM To: users@wicket.apache.org Subject: Re: Ajax modal window does not allow submit

Re: Ajax modal window does not allow submit form under open browsers

2011-03-19 Thread Pedro Santos
To submit a form inside a modal window you must enclose it by a form in the main panel and use an AJAX submit component. Please open a ticket + quickstart if the issue remains. On Sat, Mar 19, 2011 at 7:45 PM, Brown, Berlin [GCG-PFS] < berlin.br...@primerica.com> wrote: > When I use the ajax moda

Ajax modal window does not allow submit form under open browsers

2011-03-19 Thread Brown, Berlin [GCG-PFS]
When I use the ajax modal window and under Firefox/Chrome/Safari, the ajax form submit does not happen. When I open the ajax debug window, it looks like a request is made. Has anyone had issues with modal windows, form submission and firefox? Internet Explorer 7 works fine. Version of Wicket