I search the data in the database and put a table in my JSP. The information is from several flights of an airline company.
The goal is to choose one air ticket among all those loaded.
I want 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 Table
only one line to mount the request.