Iterate tag update

2001-07-09 Thread Vaibhav Patil
Hi, I am using logic:iterate tag as follows to print a table with text boxes. logic:iterate id=product name=productSearchForm property=productList tr td align=left bean:write name=product property=productNumber filter=true/ /td td

Re: Iterate tag update

2001-07-09 Thread suhas
Message - From: Vaibhav Patil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 1:02 PM Subject: Iterate tag update Hi, I am using logic:iterate tag as follows to print a table with text boxes. logic:iterate id=product name=productSearchForm property

RE: Iterate tag update

2001-07-09 Thread Vaibhav Patil
When I give the index=true attribute, it gives me following error Attribute index invalid according to the specified TLD -Original Message- From: suhas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 10:13 PM To: [EMAIL PROTECTED] Subject: Re: Iterate tag update Do u have

Re: Iterate tag update

2001-07-09 Thread Gregor Rayman
from the submitted HTML-Form. Of course, you could use another approach, e.h. HashTable or an Array instead of Vector. -- gR - Original Message - From: Vaibhav Patil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 2:02 PM Subject: Iterate tag update Hi, I am

RE: Iterate tag update

2001-07-09 Thread Vaibhav Patil
Where can i get indexed iterate tag written by Dave Hey??? thanks, Vaibhav -Original Message- From: suhas [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 10:13 PM To: [EMAIL PROTECTED] Subject: Re: Iterate tag update Do u have setter methods in the Product class like

Re: Iterate tag update

2001-07-09 Thread suhas
take it from http://www.husted.com/about/struts Check for the extensions - Iterate tag - Original Message - From: Vaibhav Patil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 1:44 PM Subject: RE: Iterate tag update Where can i get indexed iterate tag written

Re: Iterate tag update / expalin/why what form bean!!

2001-07-09 Thread Chuck Amadi
PROTECTED] Sent: Monday, July 09, 2001 2:02 PM Subject: Iterate tag update Hi, I am using logic:iterate tag as follows to print a table with text boxes. logic:iterate id=product name=productSearchForm property=productList tr td align=left

Re: Iterate tag update?

2001-06-14 Thread frank waldheim
* Martin Cooper [EMAIL PROTECTED] 2001-06-13 (21:42:47): I just checked in a change to the iterate tag which allows you to access the current index as a scripting variable. If you specify the 'indexId' attribute, a scripting variable with the specified name will contain the current index

RE: Iterate tag update?

2001-06-14 Thread Shamdasani Nimmi-ANS004
, June 13, 2001 11:43 PM To: [EMAIL PROTECTED] Subject: Re: Iterate tag update? I just checked in a change to the iterate tag which allows you to access the current index as a scripting variable. If you specify the 'indexId' attribute, a scripting variable with the specified name will contain

Iterate tag update?

2001-06-13 Thread dhay
I have a question similar to Mark Kettner's. Could someone give an update on the iterate tag, and where it stands with the ability to get hold of the current index. I need to have each field in each table row with a different name (ie include the index in it) to reference particular one using

Re: Iterate tag update?

2001-06-13 Thread Martin Cooper
in the 6/14 nightly build, and also in Struts 1.0. -- Martin Cooper - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 9:36 AM Subject: Iterate tag update? I have a question similar to Mark Kettner's. Could someone give an update

Re: Iterate tag update?

2001-06-13 Thread Jonathan Asbell
Yee! : ^ } - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 12:42 AM Subject: Re: Iterate tag update? I just checked in a change to the iterate tag which allows you to access the current index as a scripting variable