Re: iterate tag with nested collections?

2002-02-13 Thread mpopovits.rm
Yeah, that worked. Thanks. --- In [EMAIL PROTECTED], MacKellar, Kimberly [EMAIL PROTECTED] wrote: If I understand your structure correctly, something like the following should work strutslogic:iterate id=a name=newBusinessActivityForm property=report.Level1 brstrutsbean:write

RE: iterate tag with nested collections?

2002-02-12 Thread MacKellar, Kimberly
If I understand your structure correctly, something like the following should work strutslogic:iterate id=a name=newBusinessActivityForm property=report.Level1 brstrutsbean:write name=a property=agentName//a strutslogic:iterate id=b name=a property=Level2 brInsured Name:

Re: iterate tag with nested collections?

2002-02-12 Thread Arron Bates
You can get the basic iterate tag to view the data, but it wont update within a form. Go here... http://www.keyboardmonkey.com/struts ...there's a turorial and examples that will take you through the system and get you nesting lists in no time. The tags this page is on about is in the Struts