basic question about s:iterator

2009-06-21 Thread jo_atman
Sorry if this is too basic, but i seem to be missing something. The iterator tag documentation says it iterates over the value on top of the stack. I don't understand what this stack is and what is at the top of the stack. Can i use the iterator tag to iterate over an object stored as a session

Re: basic question about s:iterator

2009-06-21 Thread dusty
Perhaps the language is bad, but what I believe that documentation means is that when you are iterating the each object in the iteration is at the top of the stack so that when you do something like this: s:iterator value=#session.users s:property value=firstName/ /s:iterator Struts knows