RE: tag help

2008-04-03 Thread Eric Nelson
I'm such an idiot. This works great. Thanks Musachy. --Eric -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 2:54 PM To: Struts Users Mailing List Subject: Re: tag help I meant "iterator" tag ;) musachy On Thu, Apr

Re: tag help

2008-04-03 Thread Dustin S.
Not sure I understand your question ... but Are you aware of the "status" attribute in the iterator tag? Something like: ...etc On Thu, Apr 3, 2008 at 2:54 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > I meant "iterator" tag ;) > > musachy > > On Thu, Apr 3, 2008 at 4:52 PM, Musachy Bar

Re: tag help

2008-04-03 Thread Musachy Barroso
I meant "iterator" tag ;) musachy On Thu, Apr 3, 2008 at 4:52 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote: > Use the "id" attribute in the for tag, like id="currInt". > > musachy > > > > On Thu, Apr 3, 2008 at 4:38 PM, Eric Nelson <[EMAIL PROTECTED]> wrote: > > Hi. This question may be very

Re: tag help

2008-04-03 Thread Musachy Barroso
Use the "id" attribute in the for tag, like id="currInt". musachy On Thu, Apr 3, 2008 at 4:38 PM, Eric Nelson <[EMAIL PROTECTED]> wrote: > Hi. This question may be very simple to answer, but it's driving me > crazy. If I have code similar to: > > > > > > > > > > Where intList is of type L