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]



Reply via email to