Hmm, you did not say in the original email - are you using the html-el tld?

If not, it will not work.

Larry

On Sat, 8 Jan 2005 22:16:49 +1000, William Ferguson
<[EMAIL PROTECTED]> wrote:
> 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

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

Reply via email to