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

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

html:multibox problem

2008-12-29 Thread m.harig
hello all I've got a ArrayList in my ActionForm like ArrayList alist = new ArrayList(); User user = new User(); user.setName("test1");

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 weir

html:multibox problem

2006-07-20 Thread Vinicius Carvalho
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 weird object had it toString() meth

Fw: html:multibox problem!!

2004-09-06 Thread RamKumar
I guess no one has seen this post. So resending it again. Hi, I have a question and 4 choices.You can select multiple answers for single question. I want to do skiplogic for this question .i.e. when the users selects choices 1 & 3 go to 5th page.Like this there will be multiple combinations(we li

html:multibox problem!!

2004-09-01 Thread RamKumar
Hi, I have a question and 4 choices.You can select multiple answers for single question. I want to do skiplogic for this question .i.e. when the users selects choices 1 & 3 go to 5th page.Like this there will be multiple combinations(we limited to 4 combinations for 4 choices question) I am r