from a
jsp redirected page to a
servlet, this redirects to another jsp page, but when I click the submit button, the form deletes all data and does not redirect.
The resulting address is:
http://localhost:8080/ClienteWebParking/parquear.do?nombre=ives&tipo=carro&placa=aws-128&horain=10%3A00&horaout=12%3A00&fecha=2018-05-31&Reserva=reserva
this is the index.jsp
this is servlet Parquear
I've tried the following options but it does not work:
this is reserva.jsp
on this page you must show the data entered in the form
What should I change so that it can be redirected from the servlet to reserva.jsp?