RE: Multibox problem

2005-07-06 Thread Apte, Dhanashree (Noblestar)


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.


RE: Multibox problem

2005-07-06 Thread Shyam . Tummala
Hi-

Thanks for the response.

The map is in helper class and i dont want my helper class to know 
anything about struts or actionForm.

Thanks,
Shyam




Apte, Dhanashree (Noblestar) [EMAIL PROTECTED]
07/06/2005 11:45 AM
Please respond to Struts Users Mailing List
 
To: 'Struts Users Mailing List' user@struts.apache.org
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 is not the same as calling setDistrictIds. You need to call
setDistrictIds(stringArr) explicitly.