I have inherited a Java website that uses Struts 1. Currently, if the bead return button is clicked in the middle of the path, they get the "Expired Webpage" error message.
From my limited understanding, this seems like a flaw in the Struts design - each page is a form. In any case, in order to get around the problem, or could we only go to another MVC structure (struts2, springMVC)?
source share