Re: Need help in fixing issue with Url refresh

2015-06-12 Thread Preetham Mallavarapu
to actions > - Action classes use Logic classes (like LoginManager) and let them do > busines logic > - JSPs are just used for the View part, they are only invoked through > actions > > > It also shows how 'login to a web app' is usually done: by using session > o

Re: Need help in fixing issue with Url refresh

2015-06-09 Thread Preetham Mallavarapu
dent/studentHomePage.jsp login.jsp signup.jsp Thanks, Hari Krishna On Tue, Jun 9, 2015 at 8:10 PM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > From: Preetham Mallavarapu > > To: Struts Users

Re: Need help in fixing issue with Url refresh

2015-06-09 Thread Preetham Mallavarapu
shows *"firstName" instead of data..* I am not sure whether I have followed the correct process or not.. could you kindly provide me an example where I can refer ..? Thanks, Hari Krishna On Mon, Jun 8, 2015 at 7:42 PM, Preetham Mallavarapu < preethamreddy.mallaar...@gmail.com>

Re: Need help in fixing issue with Url refresh

2015-06-08 Thread Preetham Mallavarapu
Thanks Christoph for the suggestion. I will give a try now. Thanks, Hari Krishna On Mon, Jun 8, 2015 at 4:25 PM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > > From: Preetham Mallavarapu > > To: Struts Users Mailing List , > > Date: 08.06.2015 11:00 &

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.. http:

Re: STruts 2 - populating an ArrayList from the JSP

2015-05-19 Thread Preetham Mallavarapu
gt; > > > Can you guys help me on this issue? > > > > Thanks > > > > On Sat, May 16, 2015 at 12:47 PM, Preetham Mallavarapu < > > preethamreddy.mallaar...@gmail.com> wrote: > > > > > Hi, > > > > > > I have a problem while

Re: STruts 2 - populating an ArrayList from the JSP

2015-05-16 Thread Preetham Mallavarapu
Can you guys help me on this issue? Thanks On Sat, May 16, 2015 at 12:47 PM, Preetham Mallavarapu < preethamreddy.mallaar...@gmail.com> wrote: > Hi, > > I have a problem while accessing the arraylist from jsp in my action > class... > > when I tried to submit the dat