Re: dynamic html:text property with map-backed form

2004-11-10 Thread Emmanouil Batsis
Emmanouil Batsis wrote: But my output is What am i missing? Let me rephrase that; can i output "foo1" as the name attribute in the resulting HTML? Thanks, Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

dynamic html:text property with map-backed form

2004-11-10 Thread Emmanouil Batsis
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): <% |String name = "value(foo" + |rId| + ")";| %> || But my output is What am i missing? Thanks, MAnos --