------=_Part_7546_23368019.1143233992046 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello, I am trying to use an Integer Array (Integer[]) within a map backed propert= y of my ValidatorForm. I declare my map as follows: private Map _websiteIds =3D new HashMap(); The map _websiteIds is keyed by a String and the value object is an Integer[]. In my jsp file I try referencing the integer array within the map as such: The map works with an integer but I would like to use either an array or list. This needs to be this way because I have multiple=3D"true" meaning I need multiple selections to be set in the request (and back in the form). Am I doing something wrong to use a= n array within a map or is this even possible? Thanks, Anthony Bargnesi ------=_Part_7546_23368019.1143233992046--