Código:
GRACIAS =) protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String indicativo = request.getParameter("txtIndicativo"); String estacion = request.getParameter("txtEstacion"); String año = request.getParameter("txtAno"); String latitud = request.getParameter("txtLatitud"); String longitud = request.getParameter("txtLongitud"); xxxxxxxxxxxxxxxxxxx que deberia colocar alli en las X para enviar esa informacion a los respectivos textboxt que tengo en la pagina Humedad.jsp y me muestre la informacion ingresada en el index O como deberia de hacerlo en que me estoy equivocando ? response.sendRedirect("Humedad.jsp"); }