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