My map-backed form has keys like "index1", "index2"..."indexN" and i'm trying to out put hits by iterating like (according to the docos):


<logic:iterate name="name"  scope="request" indexId="rId">
  <%
   |String name = "value(foo" + |rId| + ")";|
  %>
  <html:text property="<%= name %>"/>
||</logic:iterate>

But my output is

<input type="text" name="value(foo1)">

What am i missing?

Thanks,

MAnos





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



Reply via email to