Hi,
I'm trying to use this.request.getParameterValues("fieldname") to get the values returned by a multiple-select enabled field. For some reason, it always returns null (which should only happen if the field name does not exist). I've tried using this.request.getParameter("fieldname") to
test this, and it successfully returns one of the selected values. Any ideas about why getParameterValues would fail?
Thanks,
Derek
[originally posted on jforum.net by derekoneil]