dynamic indexed properties in Form bean

2003-11-10 Thread Marc Dugger
I'm having trouble populating a Form bean that has an indexed (variable size) nested bean. I'm using an ArrayList inside the Form bean to collect the nested properties and it's partially working. The problem is that because the index is variable, I don't know how to correctly size the ArrayList.

RE: dynamic indexed properties in Form bean

2003-11-10 Thread shirishchandra.sakhare
a couple of times.. Still if u cant get it to work or have doubt, repost the question :-)) HTH. regards, Shirish -Original Message- From: Marc Dugger [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 4:56 PM To: [EMAIL PROTECTED] Subject: dynamic indexed properties in Form bean

RE: Indexed properties and form

2003-02-12 Thread Chen, Gin
Users Mailing List Subject: Re: Indexed properties and form Actually i is just another variable I am using to display to the user the number of the row. It is declared in another scriplet as % int i = ; % --- Evan Schnell [EMAIL PROTECTED] wrote: Samir Shah wrote: Hi, I have a JSP page

RE: Indexed properties and form

2003-02-12 Thread Samir Shah
: Indexed properties and form Actually i is just another variable I am using to display to the user the number of the row. It is declared in another scriplet as % int i = ; % --- Evan Schnell [EMAIL PROTECTED] wrote: Samir Shah wrote: Hi, I have a JSP page that outputs data using

Indexed properties and form

2003-02-11 Thread Samir Shah
Hi, I have a JSP page that outputs data using a Collection using the following section logic:iterate id=lifeBenefit name=lifeBenefits type=com.quote.dao.BenefitLineItem indexId=classNum tr valign=middle class=bg2 td height=28 bgcolor=#FF table border=0 cellspacing=0

Re: Indexed properties and form

2003-02-11 Thread Evan Schnell
Samir Shah wrote: Hi, I have a JSP page that outputs data using a Collection using the following section logic:iterate id=lifeBenefit name=lifeBenefits type=com.quote.dao.BenefitLineItem indexId=classNum Where do you declare i? I think you need to use td class=formtext %=classNum %/td

Re: Indexed properties and form

2003-02-11 Thread Samir Shah
Actually i is just another variable I am using to display to the user the number of the row. It is declared in another scriplet as % int i = ; % --- Evan Schnell [EMAIL PROTECTED] wrote: Samir Shah wrote: Hi, I have a JSP page that outputs data using a Collection using the following

Help:: Indexed properties and form

2003-01-10 Thread Jordan Thomas
Hi, I have successfully created a JSP to output a collection that looks like this: logic:iterate id=permissionLanguage name=permissionForm property=permissionLanguageData tr td bean:write name=permissionLanguage property=languageName/

RE: Help:: Indexed properties and form

2003-01-10 Thread shirishchandra . sakhare
(PermissionLanguageData) records.get(index); } regards, Shirish -Original Message- From: jot [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 12:29 PM To: struts-user Cc: jot Subject: Help:: Indexed properties and form Hi, I have successfully created a JSP to output a collection that looks like

RE: indexed properties and form help needed

2002-11-13 Thread Karr, David
At end. -Original Message- From: Andy Kriger [mailto:akriger;greaterthanone.com] I have a DynaActionForm collecting credit card info. A user can enter up to 3 credit cards on the form. I want to collect this info in the text fields and create new CreditCard objects

RE: indexed properties and form help needed

2002-11-13 Thread Andy Kriger
Mailing List Subject: RE: indexed properties and form help needed At end. -Original Message- From: Andy Kriger [mailto:akriger;greaterthanone.com] I have a DynaActionForm collecting credit card info. A user can enter up to 3 credit cards on the form. I want to collect this info