>>>>> "Ugo" == Ugo Cei <[EMAIL PROTECTED]> writes:

    Ugo> Colin Paul Adams wrote:
    >>>>>>> "Ugo" == Ugo Cei <[EMAIL PROTECTED]> writes:
    Ugo> Il giorno 23/lug/04, alle 00:14, Colin Paul Adams ha
    >> scritto: >> What is the proper way to drop off the end of the
    >> flowscript, >> and display another page?
    Ugo> cocoon.sendPage(whatever); return;
    >> This is of no use to me, as whatever is invoked with a
    >> .continue URI, thus making it impossible to use relative links
    >> within whatever.

    Ugo> Then maybe:

    Ugo> cocoon.redirectTo("/absoluteURI"); return;


That is what I was doing (although with a relative URI).

I have just changed to using sendpage instead, but sending it to a
page does includes a meta to do a redirect (http-equiv refrsh, with a
relative URI specified).

But I think this is probably the same thing. Certainly the behaviour
appears to be the same.

I am wondering if perhaps the browser is caching the page that is
produced by the flowscript, since when it goes astray, I can hit the
reload button and get the correct page.
-- 
Colin Paul Adams
Preston Lancashire

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

Reply via email to