Actually "i" is just another variable I am using to display to the user the number of the row. It is declared in another scriplet as
<% int i = ; %> --- Evan Schnell <[EMAIL PROTECTED]> wrote: > Samir Shah wrote: > > >Hi, > > > >I have a JSP page that outputs data using a > Collection > >using the following section > > > ><logic:iterate id="lifeBenefit" name="lifeBenefits" > > type="com.quote.dao.BenefitLineItem" > >indexId="classNum"> > > > > > Where do you declare i? I think you need to use > > <td class="formtext"> <%=classNum %></td> > > instead of... > > <td class="formtext"> <%=i %></td> > <% i++; %> > > Regards, Evan. > > > > > > > > > > -- > Evan Schnell, Technical Lead > nVISIA, Twin Cities "Digital Architecture and > Construction" > 7701 France Ave. S, Edina, MN 55435 > Voice: 952.837.2577 -- Fax: 952.837.2578 -- Mobile: > 612.232.5972 > > > ATTACHMENT part 2 application/x-pkcs7-signature name=smime.p7s ===== -Samir Shah __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

