> From: Wendy Smoak 
> Is it true that I must use logic-el:iterate instead of
> c:forEach, if I want indexed properties?

Oh, it figures.  Something else was wrong, and of COURSE I discovered it
right after hitting send.  Apparently you don't have to use
logic-el:iterate with html-el:checkbox & indexed="true".  This works:

<c:forEach items="${accountMap[accountForm.map.calendarYear]}"
var="account" >
     <html-el:checkbox property="accounts" indexed="true">
        <c:out value="${account.key}"/>
     </html-el:checkbox>
    <c:out value="${account.key}"/>&nbsp;
    <c:out value="${account.costCenterDesc}"/>
    <br/>
  </c:forEach>

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to