To: "'Struts Users Mailing List'"
cc:
Subject:RE: Multibox problem
Code where i put the values back:
map.put("districtIds", stringArr);
where stringArr is an array of what the user selected.
-> This
Code where i put the values back:
map.put("districtIds", stringArr);
where stringArr is an array of what the user selected.
-> This is not the same as calling setDistrictIds. You need to call
setDistrictIds(stringArr) explicitly.
Hi-
I am having a problem with repopulating multiboxes.
Scenario:
My application is a wizard based one. User clicks on a couple of
checkboxes(multibox) and does a submit and after a couple of screens he
wants to come back to the checkboxes screen and the way i do is, i save
the values he clic
November 03, 2004 5:02 AM
>> To: Struts Users Mailing List
>> Subject: Multibox problem
>>
>>
>> Hi!
>>
>> I'm trying to create a set of checkboxes with the MulitBox-tag.
>>
>> The problem is that I get an extra checkbox with brack
How many items are in the "func" data structure in request scope?
This is what drives the number of iterations.
robert
> -Original Message-
> From: Roland Carlsson [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 03, 2004 5:02 AM
> To: Struts Users Mailing Li
Hi!
I'm trying to create a set of checkboxes with the MulitBox-tag.
The problem is that I get an extra checkbox with brackets around its value,
like in this html-code where I expect two checkboxes but get three:
[test, prov]
prov
test
My page has this code inside it: ("funk" are
6 matches
Mail list logo