RE: Can a form submit to a vector?

2001-12-06 Thread Alex Colic
misunderstanding something? Cheers, Dave Alex Colic [EMAIL PROTECTED] on 12/04/2001 08:19:25 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: Can a form submit to a vector? Yes, I want

RE: Can a form submit to a vector?

2001-12-06 Thread Keith Bacon
Users Mailing List Subject: Re: Can a form submit to a vector? Do you mean dynamically? ie another row added to the vector above it without a submit? Dave Alex Colic [EMAIL PROTECTED] on 12/03/2001 12:40:57 PM Please respond to Struts Users Mailing List [EMAIL

RE: Can a form submit to a vector?

2001-12-05 Thread Tom Klaasen (TeleRelay)
can add another element to your vector. hth, tomK -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: dinsdag 4 december 2001 14:19 To: Struts Subject: RE: Can a form submit to a vector? Yes, I want a form when submitted to add a new object to the vector

RE: Can a form submit to a vector?

2001-12-05 Thread Jon.Ridgway
Hi Alex, Have a look at the struts-example web-app. This contains an example of what you are trying to do. So yes it's possible. Jon. -Original Message- From: Alex Colic [mailto:[EMAIL PROTECTED]] Sent: 03 December 2001 17:41 To: Struts Subject: Can a form submit to a vector? Hi, I

RE: Can a form submit to a vector?

2001-12-05 Thread dhay
misunderstanding something? Cheers, Dave Alex Colic [EMAIL PROTECTED] on 12/04/2001 08:19:25 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: Can a form submit to a vector? Yes, I want a form

RE: Can a form submit to a vector?

2001-12-04 Thread Alex Colic
) Subject: Can a form submit to a vector? Hi, I have a vector that holds charging objects. The object has properties such as name and amount. On a page, at the top I iterate through the charging objects and create a summary table. The table shows all the charging objects in the charging vector

Can a form submit to a vector?

2001-12-03 Thread Alex Colic
Hi, I have a vector that holds charging objects. The object has properties such as name and amount. On a page, at the top I iterate through the charging objects and create a summary table. The table shows all the charging objects in the charging vector and outputs their name and amount. At the

Re: Can a form submit to a vector?

2001-12-03 Thread dhay
) Subject: Can a form submit to a vector? Hi, I have a vector that holds charging objects. The object has properties such as name and amount. On a page, at the top I iterate through the charging objects and create a summary table. The table shows all the charging objects in the charging vector