Two possibilities that I can see: http://tapestry.apache.org/tapestry5/guide/conf.html and tapestry.suppress-redirect-from-action-requests. Otherwise T5 will send redirect to browser and the url in the browser changes.
Other is some url re-write magic. - Ville Angelo Chen wrote: > > Hi, > > we can return a page class in the index page to redirect to another page, > but the URL in the browser got changed as well, is there a way to do a > forward in the index page so that the URL in the browser remain the same, > example: > > http://localhost:8080?myquerystring > > I can capture myQueryString in the HttpServletRequest injected in the > Index.java, and I'd like to forward this to /myOtherPage/p1/p2, without > browser's url got updated, possible? > > Thanks, > > Angelo > > > > -- View this message in context: http://www.nabble.com/t5%3A-forwarding-in-index-tp22694515p22696142.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org