Re: [OT} Re: Iterating over a List of Lists

2009-06-02 Thread stanlick
someone stole my bike! On Tue, Jun 2, 2009 at 9:39 AM, Dave Newton wrote: > Jim Kiley wrote: > >> I had no idea I was in the presence of royalty. >> > > There's a lotta things about me you don't know anything about, Jim. Things > you wouldn't understand. Things you couldn't understand. Things yo

[OT} Re: Iterating over a List of Lists

2009-06-02 Thread Dave Newton
Jim Kiley wrote: I had no idea I was in the presence of royalty. There's a lotta things about me you don't know anything about, Jim. Things you wouldn't understand. Things you couldn't understand. Things you *shouldn't* understand. I've always been a little disturbed by how much I enj

Re: Iterating over a List of Lists

2009-06-02 Thread Jim Kiley
I had no idea I was in the presence of royalty. On Tue, Jun 2, 2009 at 10:29 AM, Dave Newton wrote: > DavidCAIT wrote: > >> My JSP code looks like: >> >> >> >>> name="myList[%{#outerStat.index}][%{#innerStat.index}].property"/> >> >> >> > > I did something very similar to this qui

Re: Iterating over a List of Lists

2009-06-02 Thread Dave Newton
DavidCAIT wrote: My JSP code looks like: I did something very similar to this quite some time ago, although it was actually a little worse (another layer, the name of one of the properties was dynamic) and was crowned the King of OGNL for my efforts. Maybe search the archives-

RE: Iterating over a List of Lists

2009-06-02 Thread Steve
DavidCAIT [mailto:dzaze...@cait.org] Sent: 02 June 2009 14:13 To: user@struts.apache.org Subject: RE: Iterating over a List of Lists Thanks for the reply. I am able to display the contents of the nested list (as indicated in your example). However, I want to make the list contents editable and retu

RE: Iterating over a List of Lists

2009-06-02 Thread DavidCAIT
Thanks for the reply. I am able to display the contents of the nested list (as indicated in your example). However, I want to make the list contents editable and return them to the Struts action. For example, something similar to: Displaying the contents of the nested list is not the pro

RE: Iterating over a List of Lists

2009-06-02 Thread Steve
This works for me My inner list is a list of Strings. This code gives me one innerList list per line Hope this helps, Steve -Original Message- From: DavidCAIT [mailto:dzaze...@cait.org] Sent: 02 June 2009 02:14 To: user@struts.apache.org Subject: Iterating over a List of Lists