2008/2/25, struts <[EMAIL PROTECTED]>: > myProprty0 > myPorperty1 > myProperty2 > ... > Is there a way to do this?
Mmm.. let me see:
<c:forEach var="index" begin="0" end="5">
<html:errors property="myProperty${index}" />
</c:forEach>
HTH
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

