I need to generate html:text fields on demand. If i have N elements in a certain collection,
i need one html:text field for every one of the elements in that collection. how to perform
that? I'm using the code:
<bean:define id="meusLotes" name="venda" property="meusLotes" />
<logic:iterate id="lotes" name="meusLotes" >
Value:<br>
<html:text indexed="true" styleClass="inputtext" property="valor" size="5" maxlength="5"/><font
color="red">*</font><br>
</logic:iterate>
What is missing?
Thanks in advance
Otávio Augusto
---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org
|