Sashi R

<td><html:text name="addRateForm" property="firstName[<%=j%>]"/><td>


runtime props must start w/ <%=
so

<html:text name="addRateForm" property='<%= "firstName[ " + j + "]" %>'/>


bui I would learn use nested taglibs if I were you.


Tib



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



Reply via email to