Ver Mensaje Individual
  #6 (permalink)  
Antiguo 22/05/2012, 05:07
ElAthlit
 
Fecha de Ingreso: febrero-2011
Mensajes: 672
Antigüedad: 13 años, 2 meses
Puntos: 78
Respuesta: jsp y servlet manda null

Cita:
Iniciado por parisargel Ver Mensaje
cstmt.setString(2,usuario.getNombre());
cstmt.setString(3,usuario.getEmail());
cstmt.setString(4,usuario,getMateria1())
Estás setteando 3 cosas en el mismo sitio.

Un saludo