RE: html:multibox problem

2008-12-29 Thread Seshagiri V
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)

RE: html:multibox problem

2008-12-29 Thread m.harig
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);

Re: html:multibox problem

2006-07-21 Thread Antonio Petrelli
Vinicius Carvalho ha scritto: Hello there! I have a multibox on my jsp, that maps to a String[] id; property on my formbean. The problem is, when the user submits it, I get my Array filled, but the first position of the array is filled with a strange [EMAIL PROTECTED] string. Seems that some