If I have defined
<c:set var="index" value="0"/>
in a JSP, and I have saved an ActionMessage keyed on 'quantity.0' into the
Request, during execution of my Action,
should I expect either or both of
<html:errors property="quantity.${index}"/>
<html:errors property="quantity.<c:out value='${index}'/>"/>
to generate some output?
<html:errors property="quantity.0"/>
does generate the expected output, so why not the others?
What do I need to do to the error message rendered?
I'm using Struts 1.2.8
William
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]