Sweet.

http://wicketstuff.org/wicket13/ajax/lazy-loading.1

I think that we can make something like that work for us.

Thank ya.

On Jan 24, 2008 9:47 AM, Thijs Vonk <[EMAIL PROTECTED]> wrote:
>
> Scott Swank wrote:
> > We have a page with a form and the form's onSubmit() method takes a
> > while.  After it is complete the user is re-directed to another page.
> > We'd like to introduce a nice "please wait while we process your
> > request" page in between these pages.  If anyone has done this, what
> > approach has worked well for you?
> >
> > public class Page1 extends ...
> > {
> >   ...
> >     add(new SomeForm()
> >     {
> >       public void onSubmit()
> >       {
> >         aBunchOfProcessing();
> >         redirect(new Page2());
> >       }
> >     }
> >   ...
> > }
> >
> >
> > Thank you,
> > Scott
> >
> >
> How about using a LazyLoadingPanel (or similar?) see wicket-extention
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Scott Swank
reformed mathematician

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to