Originally posted by Bear Bibeault:
You need to reference the parameter by the name that you give to the element.
yes i am gave referance parameter to element. opotionid is the rownumber
and in servlet i gave as itemunit_j which is as element name.
in servlet i used for loop to getting the values of all element which append into table.
but i enable to get the value of element into servlet.
when i remove cellUnit.innerHTML from jsp code then i get value of input element into servlet but i want to use innerHTML.