ModalWindow causes 'Submit Button not visible' exception

2010-10-01 Thread Andrea Del Bene
Hi everybody,

I'm facing the following problem. I've got a page with a wicket form and just
one submit button. When I press return key in a form field the form is submitted
with no problem. Inside form I've one link that opens a ModalWindow via ajax.
This window contains another wicket form which is submitted by a
IndicatingAjaxButton.

The problem comes when I hit return key on parent page's form after I've opened
ModalWindow. In this case I get the following exception:

"org.apache.wicket.WicketRuntimeException: Submit Button 
is not visible".

It seems that even if I've closed window its submit button is still be active. 

However the problem seems affect Firefox and Opera. Chrome it's ok, but I didn't
test it on IE.


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



Re: ModalWindow causes 'Submit Button not visible' exception

2010-10-01 Thread Igor Vaynberg
jira+quickstart please

-igor

On Fri, Oct 1, 2010 at 6:24 AM, Andrea Del Bene  wrote:
> Hi everybody,
>
> I'm facing the following problem. I've got a page with a wicket form and just
> one submit button. When I press return key in a form field the form is 
> submitted
> with no problem. Inside form I've one link that opens a ModalWindow via ajax.
> This window contains another wicket form which is submitted by a
> IndicatingAjaxButton.
>
> The problem comes when I hit return key on parent page's form after I've 
> opened
> ModalWindow. In this case I get the following exception:
>
> "org.apache.wicket.WicketRuntimeException: Submit Button  name>
> is not visible".
>
> It seems that even if I've closed window its submit button is still be active.
>
> However the problem seems affect Firefox and Opera. Chrome it's ok, but I 
> didn't
> test it on IE.
>
>
> -
> 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