Good afternoon guys! I'm using "Jsp, servlets, and jstl". I have a list where I have a link called change, when I click I get the values of that row from the list and send it to the same jsp where it has a form with the fields to be made the change, so far I'm only able to make the values appear in the url page, but I can not display them in jsp fields.
I am sending the fields this way
<td> <a href="view/v_configura_turma.jsp?&id_turma=${listat.turma_id}&nome_turma="${listat.tur_nome}></a> </td>