RE: problem with checkbox values and map backed properties

2005-05-02 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
PROTECTED]> To: "'Struts Users Mailing List'" Sent: Saturday, April 30, 2005 1:28 AM Subject: problem with checkbox values and map backed properties > hi, > > i have the following problem with map backed properties: > > i created a form bean with a map calle

Re: problem with checkbox values and map backed properties

2005-05-02 Thread Cliff Lam
27;Struts Users Mailing List'" Sent: Saturday, April 30, 2005 1:28 AM Subject: problem with checkbox values and map backed properties > hi, > > i have the following problem with map backed properties: > > i created a form bean with a map called inCampaignMap, and the gette

problem with checkbox values and map backed properties

2005-04-29 Thread =?iso-8859-1?Q?G=FCnther_Wieser?=
hi, i have the following problem with map backed properties: i created a form bean with a map called inCampaignMap, and the getter and setters being "boolean getInCampaign(String key)" and "setInCampaign(String key, boolean value)". internally, of course, the map value entries are of type Boolean