I have a grid of links in ma jsp..in the href attribute, i ve specified the navigation to a servlet...... in the servlet, i want to read the value of the link that i clicked in the jsp.....
for example, If my link appears to be
<a href="ProductController" target="right">A</a>
in the servlet, i want to read the value of the link i click(here 'A').
Kindly help how do i proceed with this?????? can i use JSP custom tag link taglib??? if so, how should i do??????Please guide me wit example code... please help!!