thanks Mr.Seshagiri V , sorry .. this is my code
ArrayList alist = new ArrayList();
for(int i=1;i<=3;i++){
User user = new User();
user.setName("test"+i);
alist.add(user);
}
how do get the values and display it on my jsp using
<logic:iterate><html:multibox>.. please any1 let me know..
--
View this message in context:
http://www.nabble.com/html%3Amultibox-problem-tp21202094p21202411.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]