Struts2 iterator tag

2008-07-03 Thread BGE Ger
Hello, I'm struts(2) newbie and I need some help for the iterator tag. How can I access to an updated list in the action class? My JSP looks like: -

Re: Struts2 iterator tag

2008-07-03 Thread BGE Ger
y things a lot by changing your syntax from: > > name="descList[%{stat.index}].destination" > > to just: > > name="destination" > > The iterator tag pushes descList[index] onto the OGNL stack in every > iteration, so you can refer to its attribut

Re: Struts2 iterator tag

2008-07-03 Thread BGE Ger
hat I want is not unusual, I've thought. This must work til tomorrow (for my company) :-(( Thank you very much for helping! Laurie Harper wrote: > > I'm not sure what you mean by a 'submit in each row' but if you want to > push data back into the list then yes, y