> When I try and set the html error attribute property using a jsp
> expression nothing shows up.
> <html:errors property='<%= "fieldSample" + count %>'/>
> Note: The variable count is just an integer that gets
> incremented each iteration of the loop.
An easy way out would be to use the html-el tags:
<html-el:errors property="fieldSample${count}" />
That said, I have no clue why your <html:errors...> tag won't work.
--
Tim Slattery
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]