I came across this problem of displaying the string
elements in an Arraylist into Textfields.

How can I display them into the textfileds & capture
them back into the ArrayList. (Using Struts 1.0)

<TABLE border="1" cellpadding="0" cellspacing="0"
style="BORDER-COLLAPSE: collapse"
bordercolor="#111111" width="800">
   <TR>
        <logic:iterate name="varAssumptionsForm"
property="yrlyVolList" id="vol">
          <TD align="center" width="200"><span
class="normaltxt"> 
                <html:text name="???" property="???"
value="????"size="6" styleClass="normaltxt"
tabindex="12"/>
          </span></TD>
        </logic:iterate>
   </TR>
</TABLE>

Thanks.


                
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 

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

Reply via email to