Re: [S2] replacement for indexed="true"

2007-02-28 Thread Adam Ruggles
The first example you give on vitarara.org is the correct method. Mark Menard wrote: On 2/28/07 11:06 AM, "John Trollinger" <[EMAIL PROTECTED]> wrote: I am trying to use struts 2 and can not figure out how to do the following that I could in struts 1.3 is there still a way to do this

Re: [S2] replacement for indexed="true"

2007-02-28 Thread Mark Menard
On 2/28/07 11:06 AM, "John Trollinger" <[EMAIL PROTECTED]> wrote: > I am trying to use struts 2 and can not figure out how to do the following > that I could in struts 1.3 > > indexId="ctr"> > > > > > > is there still a way to do this in struts 2 so I can update / add / remove > child list

[S2] replacement for indexed="true"

2007-02-28 Thread John Trollinger
I am trying to use struts 2 and can not figure out how to do the following that I could in struts 1.3 is there still a way to do this in struts 2 so I can update / add / remove child list objects? thanks, John