Re: Struts 1.1 issues after moving to tomcat 7.0.57 from Tomcat 5.0.28

2015-06-12 Thread RAJ
Hi, Can someone please provide me re solution. Thanks Raj > On Jun 10, 2015, at 6:54 PM, Raj wrote: > > 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

Re: Need help in fixing issue with Url refresh

2015-06-12 Thread Christoph Nenning
> From: Preetham Mallavarapu > To: Struts Users Mailing List , > Date: 12.06.2015 09:38 > Subject: Re: Need help in fixing issue with Url refresh > > HI Christoph, > > Sorry for the delayed response. > > Thanks a lot for your assistance on this issue. Now its working for me. > > My Classes ar

Re: Need help in fixing issue with Url refresh

2015-06-12 Thread Preetham Mallavarapu
HI Christoph, Sorry for the delayed response. Thanks a lot for your assistance on this issue. Now its working for me. My Classes are almost similar to what you said except that I was redirecting to the home page from the login action which was causing the issue. I have made tweaks in my code as