Re: OGNL to get list of keys

2010-07-01 Thread Dale Newfield
On 7/1/10 4:08 PM, Ken wrote: Adding 'var="header"' to the tag simply pushed a named object onto the stack. Am I missing something? Yes. Any use of an s:iterator always pushes the current item onto the top of the stack during each iteration of the body. You can refer to that as "top" if

Re: OGNL to get list of keys

2010-07-01 Thread Dale Newfield
On 7/1/10 3:51 PM, Ken wrote: This produced the desired effect: (added var="header" to iterator tag) If you have var="header" in the iterator, the appropriate way to reference that value within the iterator is "%{#header}"

Re: OGNL to get list of keys

2010-07-01 Thread Ken
This produced the desired effect: (added var="header" to iterator tag) On Thu, 2010-07-01 at 12:47 -0600, Ken wrote: > In my jsp I have: > > > > > > Where list,