Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/11/2014, 01:34
Avatar de Profesor_Falken
Profesor_Falken
 
Fecha de Ingreso: agosto-2014
Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 10 años, 5 meses
Puntos: 182
Respuesta: formulario JSP devuelve dato nulo

Buenas,

Código Java:
Ver original
  1. response.setContentType("text/html;charset=UTF-8");
  2.         try (PrintWriter out = response.getWriter())
  3.         {
  4.             String nombre = request.getParameter("txt_cliente");
  5.            
  6.            
  7.            
  8.         }

Estas recogiendo parametro y ya esta. Ni envias nada a la salida ni rediriges ni haces dispatching.
Esto no ha podido funcionar nunca.

Un saludo
__________________
If to err is human, then programmers are the most human of us