Posted By:
Martin_Kultermann
Posted On:
Friday, November 2, 2001 05:45 PM
Hello Gennady, I think that checkbox parameters are only returned if the input is checked on the form. If not, it seems to return null.
Posted By:
Luigi_Viggiano
Posted On:
Friday, October 26, 2001 04:30 PM
getParameterValues('name of the checks') is the right method. getParameterNames returns the full list of parameter passed to the servlet. Remember that all the checkbox should have the same 'name' attribute