you can use an ajax timer to check if the long running process has finished
after
5 seconds and abort the process and redirect the user to the timeout page if
it hasn't.

  gerolf

On Wed, Apr 7, 2010 at 12:11 AM, Mak <makar...@gmail.com> wrote:

> Hi All,
> I am new to wicket framework. I have a requirement that my wicket
> application needs to abandon its request processing after the specified
> time  (say 5 secs ) has elapsed. Also, an error page / popup
> should be displayed after timeout to notify the user. In other words,
> from user point of view either we should get the correct output page before
> 5 seconds or display timeout page after 5 seconds.
>
> Any ideas/directions on how to implement this requirement would be
> highly appreciated!!
>
> Thanks
> Mak
>

Reply via email to