RT expression in html:errors tag

2002-03-08 Thread Jonathan Fuerth
Hi. I'm trying to do this on a JSP page: logic:iterate collection=foobar id=foo indexId=i html:text name=foo property=myValue indexed=true/ html:errors property=foo%= i %/ /logic:iterate And my form's validate method adds to the ActionErrors using: errors.add(foo+i, new

Re: RT expression in html:errors tag

2002-03-08 Thread Jonathan Fuerth
On Fri, Mar 08, 2002 at 06:05:42PM -0500, Jonathan Fuerth wrote: html:errors property=foo%= i %/ I figured it out. I changed the above line to: html:errors property='%= foo+i %'/ And now it works just as I wanted it to! Does anyone know why this is? Something to do with the way RTExpr