RE: Re: Map backed properties

2006-12-06 Thread Gundersen, Richard
sage- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Tuesday, December 05, 2006 11:20 PM To: user@struts.apache.org Subject: Re: Map backed properties Did you try adding a public Map getChecklistItemNoteIds() method to your form bean, and access it with the JSTL synt

Re: Map backed properties

2006-12-05 Thread Laurie Harper
sers Mailing List Subject: RE: Map backed properties try something like: -Original Message- From: Gundersen, Richard [mailto:[EMAIL PROTECTED] Sent: Monday, 4 December 2006 11:00 PM To: user@struts.apache.org Subject: Map backed properties Hi I've been happily working w

RE: Map backed properties

2006-12-05 Thread Gundersen, Richard
rd -Original Message- From: Strachan, Paul [mailto:[EMAIL PROTECTED] Sent: Monday, December 04, 2006 11:23 PM To: Struts Users Mailing List Subject: RE: Map backed properties try something like: ... -Original Message- From: Gundersen, Richard [mailto:[EMAIL PROTECTED] Sent: Mond

RE: Map backed properties

2006-12-04 Thread Strachan, Paul
try something like: ... -Original Message- From: Gundersen, Richard [mailto:[EMAIL PROTECTED] Sent: Monday, 4 December 2006 11:00 PM To: user@struts.apache.org Subject: Map backed properties Hi I've been happily working with map based properties in my forms for a while now

Map backed properties

2006-12-04 Thread Gundersen, Richard
Hi I've been happily working with map based properties in my forms for a while now, but I've come across something that I really can't figure out. I started off with a DynaValidatorForm, and in the mapping, I had this: I was able to use this nicely, by populating it in the action

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