Antonio Petrelli wrote:
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>

Oh, well that's a lot simpler than what I was thinking if it works :-)

L.


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

Reply via email to