Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
${tableList.year}
//retrieve this to servlet
Posted
Updated 29-Oct-14 17:53pm
v2

1 solution

It's a pretty incomplete question, but if your td element is in a form, you can access it with
either

request.getParameter("my_parameter");

or

request.getAttribute("my_attribute");

If it's not in a form, we'll need to see some code or else we can't help.

Max
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900