iterator struts

2011-07-05 Thread amasou
<s:property value="c" /> "> Ggg11 I want to display the contents of nomber 5 by 5 The result I want a b c d e Ggg11 f g h i k Ggg11 thank you -- View this message in context: http:/

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

2009-03-01 Thread musomesa
-- conv is a reference to an instance of XWorkConverter ??? } ??? return element; ??? } Sorry I could not solve the problem satisfactorily Chris == -Original Message- From: Phan, Hienthuc T To: Struts Users Mailing List Sent: Mon, 23 Feb 2009 8:

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

2009-02-23 Thread Phan, Hienthuc T
#x27;t work. -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 What do you have inside the iterator tag?? Hard to diagnose with

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

2009-02-20 Thread musomesa
? Are you sending the information back to the same action or is there a possible mix-up in the attributes of your tags Chris -Original Message- From: Phan, Hienthuc T To: Struts Users Mailing List Sent: Mon, 9 Feb 2009 5:46 pm Subject: Nested iterator struts 2.1.6 -- automatically

Nested iterator struts 2.1.6 -- automatically rebuild the collection

2009-02-09 Thread Phan, Hienthuc T
Hi, Using tag, how do you instruct struts to rebuild the collection automatically? I have a List of List of Sample objects I use 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 List of Sample objects is no