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
attributes are supposed to work in JSP?  Or maybe it's a quirk with
the way code gets generated by Jasper.

-- 
Jonathan Fuerth - SQL Power Group Inc.
(416)218-5551 (Toronto); 1-866-SQL-POWR (Toll-Free)
Unleash the Power of your Corporate Data - http://www.sqlpower.ca/

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

Reply via email to