Try triggering a PageRedirectException. This takes a single variable which is the url you are forwarding to. If you forward to the current page with a new set of parameters you'll probably achieve what you're looking for.
http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/ PageRedirectException.html Mark. -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kent Tong Sent: 13 September 2005 16:34 To: [email protected] Subject: Re: Internally forwarding from one request to another Joe Trewin <joe <at> canfactory.com> writes: > I've got an odd situation where I need to re-trigger the entire > request cycle from a listener, but with an artifical set of parameters. I think it will help a lot if you would specify exactly what you're trying to do. -- Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
