Hi all,
I have a bunch of checkboxes in my
JSP and I am just trying to get their values in my
servlet.
Here is the JSP code snippet (extra HTML has been removed)....
Here is the code in the servelt...
String[] fileIds = request.getParameterValues("deleteFlag");
For some reason fileIds is null.
Any help would be much appreciated.
Thanks,
Jehan