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

2004-10-06 Thread Hubert Rabago
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 <[EMAIL PROTECTED]> 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

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

2004-10-06 Thread Phani
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 <[EMAIL PROTECTED]> wrote: > Try using the nested taglib or the indexed property > of html:text > > Phani wrote: > > I came

Re: Iterating an array list into

2004-10-06 Thread Jeff Beal
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) style="BORDER-COLLAPSE:

Iterating an array list into

2004-10-06 Thread Phani
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) Thanks. _