Re: STruts 2 - populating an ArrayList from the JSP

2015-05-19 Thread Preetham Mallavarapu
Thanks Christoph Nenning. I found the issue.. Thanks once again. On Mon, May 18, 2015 at 5:50 PM, Christoph Nenning < christoph.nenn...@lex-com.net> wrote: > Try to use browser dev tools to debug your post request. Make sure the > parameter names are correct. > > > > > > > > Can you guys help m

Re: STruts 2 - populating an ArrayList from the JSP

2015-05-18 Thread Christoph Nenning
Try to use browser dev tools to debug your post request. Make sure the parameter names are correct. > > 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 proble

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 data it isnot returning any valu

Re: STruts 2 - populating an ArrayList from the JSP

2008-04-14 Thread Jukka Välimaa
Hi, You do need a getter for list. I don't think you need a setter, though. Your textfields should have a value attribute in addition to name, to access the getters, which I suppose you have even if you don't show them, since it displays your arraylist correctly. Is using #stat.index enough withou

Re: STruts 2 - populating an ArrayList from the JSP

2008-04-14 Thread Musachy Barroso
Look at your HTML and you will see why, you need to add %{} around #stat.index, so the name of the fields are students[0], students[1], etc. musachy On Mon, Apr 14, 2008 at 6:54 PM, <[EMAIL PROTECTED]> wrote: > I am having a similar problem to Ancat: > > I have an arrayList named 'students' in

STruts 2 - populating an ArrayList from the JSP

2008-04-14 Thread jstraub
I am having a similar problem to Ancat: I have an arrayList named 'students' in an action. I use this action to load values for a .jsp which contains the following code: This displays my arrayList correctly, but when I submit to my action, I cannot retrieve the modified

Re: STruts 2 - populating an ArrayList from the JSP

2008-04-12 Thread Jukka Välimaa
ck into the Action? (ie. with > 10 text fields) > > Thanks, > Ancat > -- > View this message in context: > http://www.nabble.com/STruts-2---populating-an-ArrayList-from-the-JSP-tp16653470p16653470.html > Sent from the Struts - User mailing list archive at Nabble.com. > >

STruts 2 - populating an ArrayList from the JSP

2008-04-12 Thread ancatdubher
e. with 10 text fields) Thanks, Ancat -- View this message in context: http://www.nabble.com/STruts-2---populating-an-ArrayList-from-the-JSP-tp16653470p16653470.html Sent from the Struts - User mailing list archive at Nabble.com. --