Access values displayed in Search Container in another jsp
问题 I have a jsp where I display some data of some people say employees. The data of each employee is displayed as a row. I have made each row as a link so that when a user clicks on any row which gives details of a particular employee, the user is directed to a jsp which displays the same data of the employee so that further processing could be done. My question is how should I pass the data of an employee when a user clicks on the row which contains that particular employee information? What I