You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Phani <ph...@yahoo.com> on 2004/10/06 19:00:49 UTC

Iterating an array list into

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Iterating an array list into -- Version Issue 1.0

Posted by Hubert Rabago <hr...@gmail.com>.
Get them from the source:
http://www.keyboardmonkey.com/next/index.jsp

Click on downloads.


On Wed, 6 Oct 2004 15:06:17 -0700 (PDT), Phani <ph...@yahoo.com> wrote:
> Can I use nested taglib or the indexed property
> of html:text with struts version 1.0
> 
> As I am working on a project which is using Struts 1.0
> version.
> 
> Thanks.
> 
> --- Jeff Beal <jb...@webmedx.com> wrote:
> 
> > Try using the nested taglib or the indexed property
> > of html:text
> >
> > Phani wrote:
> > > 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:
> > user-unsubscribe@struts.apache.org
> > For additional commands, e-mail:
> user-help@struts.apache.org
> 
> __________________________________
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile phone.
> http://mobile.yahoo.com/maildemo
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Iterating an array list into -- Version Issue 1.0

Posted by Phani <ph...@yahoo.com>.
Can I use nested taglib or the indexed property
of html:text with struts version 1.0

As I am working on a project which is using Struts 1.0
version.

Thanks.

--- Jeff Beal <jb...@webmedx.com> wrote:

> Try using the nested taglib or the indexed property
> of html:text
> 
> Phani wrote:
> > 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:
> user-unsubscribe@struts.apache.org
> For additional commands, e-mail:
user-help@struts.apache.org



		
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Iterating an array list into

Posted by Jeff Beal <jb...@webmedx.com>.
Try using the nested taglib or the indexed property of html:text

Phani wrote:
> 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