Re: Redirect to an internal url

2012-10-17 Thread Rural Hunter
ComponentEventResultProcessor to handle the new return type (by doing the actual redirect). Then, you could return instances of InternalRedirect instead of URL (eg in onActivate). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Redirect-to-an-internal-url-tp5717009p5717013.html Sent

Re: Redirect to an internal url

2012-10-17 Thread Lance Java
redirect). Then, you could return instances of InternalRedirect instead of URL (eg in onActivate). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Redirect-to-an-internal-url-tp5717009p5717013.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Redirect to an internal url

2012-10-17 Thread Rural Hunter
vidual fiiles. http://tapestry.apache.org/configuration.html#Configuration-ConfiguringIgnoredPaths -- View this message in context: http://tapestry.1045711.n5.nabble.com/Redirect-to-an-internal-url-tp5717009p5717010.html Sent from the Tapestry - User mailing list a

Re: Redirect to an internal url

2012-10-17 Thread Rural Hunter
vidual fiiles. http://tapestry.apache.org/configuration.html#Configuration-ConfiguringIgnoredPaths -- View this message in context: http://tapestry.1045711.n5.nabble.com/Redirect-to-an-internal-url-tp5717009p5717010.html Sent from the Tapestry - User mailing list a

Re: Redirect to an internal url

2012-10-17 Thread Lance Java
les. http://tapestry.apache.org/configuration.html#Configuration-ConfiguringIgnoredPaths -- View this message in context: http://tapestry.1045711.n5.nabble.com/Redirect-to-an-internal-url-tp5717009p5717010.html Sent from the Tapestry - User mailing list archive at

Redirect to an internal url

2012-10-17 Thread Rural Hunter
Hi, I'm intergrating tapestry into an existing webapp. The original index page of the webapp is login.jsp. After tapestry is introduced, tapestry sets the index page to Tapestry page "Index". So I want to redirect to "login.jsp" in the onActivate() method of Tapestry page Index. Seems the onl