You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Glen Stampoultzis <gs...@iinet.net.au> on 2003/11/12 13:11:50 UTC

cycle.activate() and URL's

I noticed that cycle.activate() does not seem to alter the URL.  Is there 
any alternative that will alter the URL to point to the correct page?

Regards,


Glen Stampoultzis
gstamp@iinet.net.au
http://members.iinet.net.au/~gstamp/glen/


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


RE: cycle.activate() and URL's

Posted by Glen Stampoultzis <gs...@iinet.net.au>.
I assume if I do that I'll loose the ability to pass parameters to the new 
page?  That makes me a bit sad.

-- Glen

At 12:49 AM 13/11/2003, you wrote:
>The URL can only be altered on the client side; you would need to throw a 
>RedirectException with the
>new URL; this sends an HTTP redirect to the client.
>
>--
>Howard M. Lewis Ship
>Creator, Tapestry: Java Web Components
>http://jakarta.apache.org/tapestry
>http://jakarta.apache.org/commons/sandbox/hivemind/
>http://javatapestry.blogspot.com
>
> > -----Original Message-----
> > From: Glen Stampoultzis [mailto:gstamp@iinet.net.au]
> > Sent: Wednesday, November 12, 2003 7:12 AM
> > To: tapestry-user@jakarta.apache.org
> > Subject: cycle.activate() and URL's
> >
> >
> >
> > I noticed that cycle.activate() does not seem to alter the
> > URL.  Is there
> > any alternative that will alter the URL to point to the correct page?
> >
> > Regards,
> >
> >
> > Glen Stampoultzis
> > gstamp@iinet.net.au
> > http://members.iinet.net.au/~gstamp/glen/
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> >
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Glen Stampoultzis
gstamp@iinet.net.au
http://members.iinet.net.au/~gstamp/glen/

RE: cycle.activate() and URL's

Posted by "Howard M. Lewis Ship" <hl...@comcast.net>.
The URL can only be altered on the client side; you would need to throw a RedirectException with the
new URL; this sends an HTTP redirect to the client.

--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry
http://jakarta.apache.org/commons/sandbox/hivemind/
http://javatapestry.blogspot.com

> -----Original Message-----
> From: Glen Stampoultzis [mailto:gstamp@iinet.net.au] 
> Sent: Wednesday, November 12, 2003 7:12 AM
> To: tapestry-user@jakarta.apache.org
> Subject: cycle.activate() and URL's
> 
> 
> 
> I noticed that cycle.activate() does not seem to alter the 
> URL.  Is there 
> any alternative that will alter the URL to point to the correct page?
> 
> Regards,
> 
> 
> Glen Stampoultzis
> gstamp@iinet.net.au
> http://members.iinet.net.au/~gstamp/glen/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org