Hi Guys,
<td> <a href="onclick("submitting form")"> <%=a.getvalue()%> </a> </td>
I want the value of the cell (returned by a.getvalue()) to be used by servlet.
Could you please tell how to do that.
Note: Value is displayed as a link in <a href ...> and on clicking the value form get submitted.
Thanks