Here is my
jsp page code that builds the jsp page.
It works perfectly and I can see all the corresponding records for a particular licenseename on the page.
Then I wrote a html check box tag to check all the records that correspond to the particular licensee name as below.
I wrote a javscript function that checks all the checkboxes for the records returned by the above tag and I get an undefined alert. I believe the event variable I am defining in my JS function is not getting any thing.