Re: Nested iterator struts 2.1.6 -- automatically rebuild the collection

2009-03-01 Thread musomesa
Sent: Mon, 23 Feb 2009 8:24 pm Subject: RE: Nested iterator struts 2.1.6 -- automatically rebuild the collection Yeah, I think my OGNL expression usage is not correct but I tried several combination, none of them work. If I declare my variable as: ArrayListArrayListUser userList = new

RE: Nested iterator struts 2.1.6 -- automatically rebuild the collection

2009-02-23 Thread Phan, Hienthuc T
[%{outerStatus.index}].[%{innerStatus.index}].address/ /s:iterator /s:iterator -Original Message- From: musom...@aol.com [mailto:musom...@aol.com] Sent: Friday, February 20, 2009 7:27 PM To: user@struts.apache.org Subject: Re: Nested iterator struts 2.1.6 -- automatically rebuild the collection

Re: Nested iterator struts 2.1.6 -- automatically rebuild the collection

2009-02-20 Thread musomesa
: Nested iterator struts 2.1.6 -- automatically rebuild the collection Hi, Using s:iterator .. tag, how do you instruct struts to rebuild the collection automatically? I have a List of List of Sample objects I use s:iterator tag to loop through and display data for user to make changes

Nested iterator struts 2.1.6 -- automatically rebuild the collection

2009-02-09 Thread Phan, Hienthuc T
Hi, Using s:iterator .. tag, how do you instruct struts to rebuild the collection automatically? I have a List of List of Sample objects I use s:iterator tag to loop through and display data for user to make changes The displaying part is OK; however, when the form is submitted, the List of