Re: Need help in fixing issue with Url refresh

2015-06-12 Thread Preetham Mallavarapu
Subject: Re: Need help in fixing issue with Url refresh 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

Re: Need help in fixing issue with Url refresh

2015-06-12 Thread Christoph Nenning
From: Preetham Mallavarapu preethamreddy.mallaar...@gmail.com To: Struts Users Mailing List user@struts.apache.org, 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

Re: Need help in fixing issue with Url refresh

2015-06-10 Thread Christoph Nenning
...@gmail.com To: Struts Users Mailing List user@struts.apache.org, Date: 09.06.2015 17:49 Subject: Re: Need help in fixing issue with Url refresh 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

Re: Need help in fixing issue with Url refresh

2015-06-09 Thread Preetham Mallavarapu
: Preetham Mallavarapu preethamreddy.mallaar...@gmail.com To: Struts Users Mailing List user@struts.apache.org, Date: 08.06.2015 11:00 Subject: Need help in fixing issue with Url refresh Hi, I have a problem in my struts2 app when I try to refresh url Below is the url

Re: Need help in fixing issue with Url refresh

2015-06-09 Thread Christoph Nenning
From: Preetham Mallavarapu preethamreddy.mallaar...@gmail.com To: Struts Users Mailing List user@struts.apache.org, 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

Re: Need help in fixing issue with Url refresh

2015-06-09 Thread Preetham Mallavarapu
@struts.apache.org, Date: 08.06.2015 11:00 Subject: Need help in fixing issue with Url refresh Hi, I have a problem in my struts2 app when I try to refresh url Below is the url I am trying to refresh.. when user logs in then the *checkUser* method will be called in the LoginManager class

Need help in fixing issue with Url refresh

2015-06-08 Thread Preetham Mallavarapu
Hi, I have a problem in my struts2 app when I try to refresh url Below is the url I am trying to refresh.. when user logs in then the *checkUser* method will be called in the LoginManager class and if it is a successfull login the home page will be called having the below one as the url..

Re: Need help in fixing issue with Url refresh

2015-06-08 Thread Christoph Nenning
From: Preetham Mallavarapu preethamreddy.mallaar...@gmail.com To: Struts Users Mailing List user@struts.apache.org, Date: 08.06.2015 11:00 Subject: Need help in fixing issue with Url refresh Hi, I have a problem in my struts2 app when I try to refresh url Below is the url I am trying

Re: Need help in fixing issue with Url refresh

2015-06-08 Thread Preetham Mallavarapu
, Date: 08.06.2015 11:00 Subject: Need help in fixing issue with Url refresh Hi, I have a problem in my struts2 app when I try to refresh url Below is the url I am trying to refresh.. when user logs in then the *checkUser* method will be called in the LoginManager class