Re: Process background

2010-06-01 Thread Igor Vaynberg
why does your background code need access to application?

-igor

On Tue, Jun 1, 2010 at 1:59 AM, Ivan Arcos  wrote:
> I have the following problem. I want you when you click on a link I
> load a modal window with an image of loading. Meanwhile I want to run
> a background process. I've tried OnAfterRender but my process is
> running before, I tried to thread but I must be doing something wrong
> that always gives me an error There is no style application attached
> to current thread.
>
> What could I do?
>
> Thank you very much
>
> -
> 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



Process background

2010-06-01 Thread Ivan Arcos
I have the following problem. I want you when you click on a link I
load a modal window with an image of loading. Meanwhile I want to run
a background process. I've tried OnAfterRender but my process is
running before, I tried to thread but I must be doing something wrong
that always gives me an error There is no style application attached
to current thread.

What could I do?

Thank you very much

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