Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/09/2008, 09:02
Bunburyscom
Usuario no validado
 
Fecha de Ingreso: junio-2008
Mensajes: 386
Antigüedad: 16 años, 6 meses
Puntos: 10
Respuesta: Pasar parámetros en un enlace

Hola,

Creo que te hace falta poner un "=" en el noticia.getIdNoticia() y quitarle el ";"

Quedaria asi:

<a href = "/noticias/VistaNoticias?id="+<%= noticia.getIdNoticia() %>><%= noticia.getTitulo()%></a>

saludos!