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 only way I have is to manually construct the full URL of the login.jsp and return an URL instance, same as an external link. Is there a better way to handle internal link?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to