Struts 1.1 issues after moving to tomcat 7.0.57 from Tomcat 5.0.28

2015-06-10 Thread Raj
I am facing this issue after porting my application from the existing Tomcat 5.0.28 to the new tomcat 7.0.57. I am using Struts version 1.1 is something particular, the app in both the old and new environments work except for a few pages in the new env where when I click on the submit button it is

Re: Need help in fixing issue with Url refresh

2015-06-10 Thread Christoph Nenning
Hi, well, I would create more files for that: - LoginAction - login.jsp - LoginManager - UserDataAction - userData.jsp And flow would be like this: - Send GET request to LoginAction - LoginAction uses some result to show login.jsp (e.g. dispatcher-result, tiles, sitemesh, ...) - login.jsp sho