Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/10/2008, 09:06
Bunburyscom
Usuario no validado
 
Fecha de Ingreso: junio-2008
Mensajes: 386
Antigüedad: 15 años, 10 meses
Puntos: 10
Respuesta: Poner correctamente una URI

Hola,

Puedes hacerlo asi:

<img src="<%= request.getContextPath %>/imagenes/imagen_1.jpg" alt="texto alternativo" />

O si estas trabajando con struts, entonces seria:

<img src="<html:rewrite page="/imagenes/imagen_1.jpg" />" />

saludos!