When you click the browser back button, the page that is displayed often comes from the browser cache. T5 does not yet have the ability to set the response headers that prevent the browser from caching pages.
On 4/10/07, Weisu <[EMAIL PROTECTED]> wrote:
Hi, I have a login page, when user logins, it navigates to next page. How can I hide the login page when I click the back button from IE. I am using onActive() in Login page likes: String onActivate() { if (!_user.isLogin()== true) { return null; }else{ return "Start"; } } But it still shows the login page. Thanks. -- View this message in context: http://www.nabble.com/T5%3APage-navigation-tf3557597.html#a9934010 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]