Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/05/2007, 14:56
GreenEyed
 
Fecha de Ingreso: octubre-2003
Mensajes: 3.578
Antigüedad: 20 años, 7 meses
Puntos: 51
Re: problema con jsp:forward

Segun esto: http://java.sun.com/products/jsp/tag...ref11.fm9.html
Código:
  <jsp:forward page="<%= "tablaMIB.jsp?id=" + identificador/>"/>
o
Código:
  <jsp:forward page="tablaMIB.jsp">
    <jsp:param name="id" value="<%= identificador/>" />
  </jsp:forward>
S!