Re: Retrieving the values from list

2009-03-04 Thread Dave Newton
Martin Gainty wrote: also as Patrick points out in his comment on Iteration Tags, the '[n]' notation refers to a sub-stack beginning at position n http://struts.apache.org/2.0.14/docs/iterator-tag-examples.html your reference to fu[bar] tries to resolve bar to a number and display what is locat

RE: Retrieving the values from list

2009-03-04 Thread Martin Gainty
Not understanding why you would not to display #session.sessionListDefects http://struts.apache.org/2.0.14/docs/accessing-application-session-request-objects.html also as Patrick points out in his comment on Iteration Tags, the '[n]' notation refers to a sub-stack beginning at position n http://