RE: nested s:iterator

2007-06-20 Thread Dave Newton
--- "Hartrich, James CTR USTRANSCOM J6" wrote: > Quick follow up to correct myself. This works: > Yeah, that ;) d. Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay

Re: nested s:iterator

2007-06-20 Thread Dave Newton
--- "Hartrich, James CTR USTRANSCOM J6" wrote: > I'd probably try something like #row[#columnName] (or maybe #row[(#columnName)] to force OGNL to eval again); I'm doing something similar but I don't have the example in front of me at the moment. d. ___

RE: nested s:iterator

2007-06-20 Thread Hartrich, James CTR USTRANSCOM J6
20, 2007 9:17 AM To: Struts Users Mailing List Subject: nested s:iterator How would one iterate a bean's collection "row" values by key of bean's collection "columnName"? Here's what I have on the jsp: Neith

nested s:iterator

2007-06-20 Thread Hartrich, James CTR USTRANSCOM J6
How would one iterate a bean's collection "row" values by key of bean's collection "columnName"? Here's what I have on the jsp: Neither s:property shows any values. Can anyone throw me a bone here? James --