if you could you can use ajax for this.
But in a non ajax way i just use one page that has a meta refresh tag that checks every x seconds if the process is finished.
No -> redirect to that wait page with the meta refresh
Yes -> redirect to the result page.

johan


On 11/14/05, Dipu <[EMAIL PROTECTED]> wrote:
Hi,
 
In my project, one of the paths through the flow involves a step that may take as long as a minute or two.
I would like to show a wait screen during this time. When the back-ground process is complete, I would like the wait screen to forward to the next page.

Any suggestions as to how best accomplish this with Wicket?

Any help, examples, or suggestions would be appreciated.
 
 
Thanks
Dipu

Reply via email to