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);
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
hello all
I've got a ArrayList in my ActionForm like
ArrayList alist = new ArrayList();
User user = new User();
user.setName("test1");
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
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
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
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
7 matches
Mail list logo