In the jsp you can iterate your list and give unique identifier to each
one maybe via the index.
In the form bean you would have each of the unique names available. 
May want to use the LazyDynaBean.
-Eric


Eric D. Lemle
Senior Programmer / Analyst
Intermountain Health Care
36 South State Street, Suite 1100
Salt Lake City, Utah 84111 
United States of America (USA)
(801) 442-3688 -- e-mail: [EMAIL PROTECTED]


>>> [EMAIL PROTECTED] 2/15/2005 3:13:04 PM >>>
Hello struts users!

I still have this issue... can anyone help me with this?

--
 
I'm wondering if I can have a formbean containing a List of Strings.
Is
that recognized by Struts correctly?
 
I need that for a shopping cart implementation, where the user can
modify the amount of the articles in the shopping cart. For each
article
should be a text field for entering a number. So I think I need here a
List of Strings in the form bean, right?
 
How does the implementaion look like in the form bean?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED] 
For additional commands, e-mail: [EMAIL PROTECTED] 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to