hello
i have this html table that i populate with jstl .
in a hidden field i place the id :
on submit i call a javascript function:
the js script is:
i need to get the IDS from the table of the selected rows. just getting the first id in the list.no matter what i choose. any ideas of where about i am doing wrong here?
thank you