> From: Johannes Wolfgang Woger [mailto:[EMAIL PROTECTED] > I have a checkbox, where do not know in adwance how many > properties to be checked I will have this is why I use forEach.
Me, too. :) The DVForm property is a String[], and the JSP looks like: <c:forEach items="${accountMap}" var="item" > <html-el:multibox property="accounts" value="${item.key}"/> <c:out value="${item.key}"/> </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]