Any data in the dynamicArrayForm.map.artikel ?
Axel Sachmann <[EMAIL PROTECTED]> 12/04/2005 04:11 PM Please respond to "Struts Users Mailing List" To: user@struts.apache.org cc: (bcc: Glenn Deschenes/NAT/CMHC-SCHL/CA) Subject: c:forEach tag and indexed properties problem Classification: Hi Guys, i have a problem with the forEach Tag and an indexed propertie! Please have a look at this peace of code. <c:forEach var="artikel" items="${dynamicArrayForm.map.artikel}" > <TR> <TD> <c:out value="${artikel.kategorie}"/> - <c:out value="${artikel.setbezeichnungkurz}"/> <c:out value="${artikel.preisnetto}"/> <c:out value="${artikel.preiseinheit}"/> </TD> <TD> <c:out value="${artikel.warengruppe}"/> </TD> <TD> <c:out value="${artikel.angebotsdatumbis}"/> <html:text name="artikel" indexed="true" property="menge"/> </TD> </TR> </c:forEach> Everthing goes okay - but the html:text element throws an error - Cannot find bean artikel in any scope Why it doesn't work? Thanks for Help Axel Sachmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]