Re: [S2] Iterator and Index

2008-01-29 Thread Laurie Harper
Dave Newton wrote: --- bradharris <[EMAIL PROTECTED]> wrote: Any Response to this question? I'm really hoping this wasn't left out of Struts2, but I can't seem to find anything indicating there is support for iterative form fields. This is a pretty big piece to be missing, so feedback on the c

Re: [S2] Iterator and Index

2008-01-29 Thread Dave Newton
--- bradharris <[EMAIL PROTECTED]> wrote: > Any Response to this question? I'm really hoping this wasn't left out of > Struts2, but I can't seem to find anything indicating there is support for > iterative form fields. This is a pretty big piece to be missing, so > feedback on the correct approac

Re: [S2] Iterator and Index

2008-01-29 Thread bradharris
Any Response to this question? I'm really hoping this wasn't left out of Struts2, but I can't seem to find anything indicating there is support for iterative form fields. This is a pretty big piece to be missing, so feedback on the correct approach here would be appreciated. -- View this messa

Re: [S2] Iterator and Index

2007-04-11 Thread Minerva CC
To: user@struts.apache.org Sent: Wednesday, April 11, 2007 3:35:15 PM Subject: Re: [S2] Iterator and Index Minerva CC wrote: > Hi, > > I want to generate indexed html elements via iterator. In Struts 1, I would > do it as follows: > > > > > &

Re: [S2] Iterator and Index

2007-04-11 Thread Laurie Harper
Minerva CC wrote: Hi, I want to generate indexed html elements via iterator. In Struts 1, I would do it as follows: Then Struts 1 will generate the output like this: Now, how can I do the same with Struts 2? I tried and . But, they don't have have equivale