Hi,
We are thinking user object set the attribute name is same. But we are
getting set last name 'test3' only.
Please do  diff name attributes and then  added ArrayLlist then use diff
property value in jsp page.

 

Thank you,
Seshagiri V
seshagi...@kensium.com. 
 
US Main: 877 KENSIUM (536.7486)
US Fax:   312.242.3029
 
Kensium
200 S Wacker Dr, Suite 3100
Chicago, IL 60606
 
Confidentiality Note:
-----------------------------
The information contained in this e-mail is strictly confidential and for
the intended use of the addressee only. Any disclosure, use or copying of
the information by anyone other than the intended recipient is prohibited.
If you have received this message in error, please notify the sender
immediately by return e-mail and securely discard this message.
 
 
-----Original Message-----
From: m.harig [mailto:m.ha...@gmail.com] 
Sent: Monday, December 29, 2008 5:10 PM
To: user@struts.apache.org
Subject: html:multibox problem


hello all

             I've got a ArrayList in my ActionForm like 

                                       ArrayList alist = new ArrayList();
                                      User user = new User();
                                      user.setName("test1");
                                      user.setName("test2");
                                      user.setName("test3");
                                       alist.add(user);

                 how do i get these User values into my multibox in jsp
page. can any1 pl send me the code
-- 
View this message in context:
http://www.nabble.com/html%3Amultibox-problem-tp21202094p21202094.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Internal Virus Database is out of date.
Checked by AVG - http://www.avg.com 
Version: 8.0.176 / Virus Database: 270.10.0/1862 - Release Date: 12/23/2008
12:08 PM


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to