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
ne > > 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 > > > Hello, > > I am trying to use a nest

RE: Iterating over a List of Lists

2009-06-02 Thread Steve
JSP page public String execute() { for (List theList : myList) { if (theList == null) { System.out.println("received a null list"); } } } Thanks! -- View this message in context: http://www.nabble.com/Iterating-over-a-List-of-Lists-tp23824944p23824944.htm l Se

Iterating over a List of Lists

2009-06-01 Thread DavidCAIT
JSP page public String execute() { for (List theList : myList) { if (theList == null) { System.out.println("received a null list"); } } } Thanks! -- View this message in context: http://www.nabble.com/Iterating-over-a-List-of-Lists-tp23824944p23824944.html Sent from