0
I search the data in the database and mount a table in my JSP. The information is from several flights of an area company.
The goal is to choose an air ticket among all loaded.
I intend to put a link "buy" on each line and, when clicking, make a request with the data of that line, however, I have no idea how to go through the Table
taking information from only one line to mount the request.