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.

The property attribute that I want is fieldSample1 and when I hardcode it

<html:errors property='fieldSample1'/>

the correct error message is displayed.

Thanks
Ryan



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



Reply via email to