You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Simon Lessard <si...@gmail.com> on 2007/08/09 20:48:09 UTC

Re: Intermediate Page

Hello Carlos,

Normally, I do that using Trinidad with a progressIndicator+poll while the
asynchronous process is running and I make the application navigate to the
second page when the process reach 100%. With basic JSF, it requires some
more work involving JavaScript.


Regards,

~ Simon

On 8/9/07, Carlos Ortiz <co...@coral-technologies.com> wrote:
>
> Hi,
>
> I need to show a intermediate page while loading a second second one [
> "Thank you for using our services..." page while loading the result of
> the search]
>
> how i do that on jsf
>
> thanks.
>
>
> ------------------------------------------------------------------------
> Vi Veri Veniversum Vivus Vici [By the power of Truth, I, while living,
> have conquered the universe]
>

Re: Intermediate Page

Posted by Mike Kienenberger <mk...@gmail.com>.
In the past, under WebObjects, I handled this using Meta refresh

http://en.wikipedia.org/wiki/Meta_refresh

On 8/9/07, Simon Lessard <si...@gmail.com> wrote:
> Hello Carlos,
>
> Normally, I do that using Trinidad with a progressIndicator+poll while the
> asynchronous process is running and I make the application navigate to the
> second page when the process reach 100%. With basic JSF, it requires some
> more work involving JavaScript.
>
>
> Regards,
>
> ~ Simon
>
>
> On 8/9/07, Carlos Ortiz <co...@coral-technologies.com> wrote:
> > Hi,
> >
> > I need to show a intermediate page while loading a second second one [
> > "Thank you for using our services..." page while loading the result of
> > the search]
> >
> > how i do that on jsf
> >
> > thanks.
> >
> >
> >
> ------------------------------------------------------------------------
> > Vi Veri Veniversum Vivus Vici [By the power of Truth, I, while living,
> > have conquered the universe]
> >
>
>