Re: Need help in fixing issue with Url refresh

2015-06-09 Thread Preetham Mallavarapu
Hi Christoph, Thanks for your quick response..I am briefing the issue once again.. The inital flow was like this before... I have login.jsp(username and password) -> checkUser method(loginManager)-> Method calls a function in DB class and gets the user details if exist - > returns success to st

Re: Need help in fixing issue with Url refresh

2015-06-09 Thread Christoph Nenning
> From: Preetham Mallavarapu > To: Struts Users Mailing List , > Date: 09.06.2015 16:27 > Subject: Re: Need help in fixing issue with Url refresh > > Hi Christoph, > > I have tried working in the way login-post-request (using > redirectAction)..It successfully redirects to the required page but

Re: Need help in fixing issue with Url refresh

2015-06-09 Thread Preetham Mallavarapu
Hi Christoph, I have tried working in the way login-post-request (using redirectAction)..It successfully redirects to the required page but its not displaying the data in that.. ex: In jsP I have when I do without redirect it displays user first name but when I try using redirectAction it show