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
smime.p7s
Description: S/MIME Cryptographic Signature

