Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/08/2011, 02:43
harkonen
 
Fecha de Ingreso: mayo-2011
Mensajes: 79
Antigüedad: 12 años, 11 meses
Puntos: 14
Respuesta: Pasar datos de un servlet a jsp

Prueba con algo como esto:
Código:
........
request.setAttribute("componente", c);
request.getRequestDispatcher("/JSPDestino.jsp").forward(request, response); 
.........
Saludos
__________________
Web Admin:
http://www.coretec.es
Tutoriales, Noticias y Recursos Liferay y J2EE