I think, i will go the ajax way, i tested it by attaching simple _javascript_ at body onLoad and form onSubmit
and toggling between the main screen and the wait screen.
 
Now i am adding the body onLoad function statically like <body onload="jsFunc()">
Ideally i would like to do it  dynamically, but WebPage.appendToBodyOnLoad("jsFunc()") is not appending onload to the html body.
 
 
Thanks
Dipu
 
----- Original Message -----
Sent: Monday, November 14, 2005 11:18 PM
Subject: Re: [Wicket-user] Wait Screen

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