Re: Back Button Problem

2004-09-12 Thread venkat raju
Hope the following helps to get to the root of the problem; I am using post method to submit the form. And sometimes when I click on back button, it says "Handler parameter not found". Is it some known bug in Struts or Tiles? --- venkat raju <[EMAIL PROTECTED]> wrote: > Hi

Back Button Problem

2004-09-12 Thread venkat raju
Hi All, I have got a strange problem. I am using Struts 1.1 and tiles. When I click on the back button, I want the page to be loaded from cache. But to my surprise, its behaving strange. For instance, I open a new browser instance and I open Page1. Then I submit this page to get Page2. No