17/03/2005, 15:37
|
| | | Fecha de Ingreso: noviembre-2001 Ubicación: Buenos Aires
Mensajes: 1.190
Antigüedad: 23 años, 2 meses Puntos: 1 | |
taglib + variables hola, por favor alguien podria darme una mano?
estoy usando el taglib image-1.0 <img:image
src="productos/1.jpg"
dir="generated"
name="splash-new.jpg"
attributes="alt='A sample image' border=0"
refresh="true"
quality="0.8">
<img:resize width="50" />
</img:image>
eso funciona perfectamente
pero cuando quiero llamar a una imagen dinamica <img:image
src="productos/<%=productos.getObject("IDproducto")%>.jpg"
dir="generated"
name="splash-new.jpg"
attributes="alt='A sample image' border=0"
refresh="true"
quality="0.8">
<img:resize width="50" />
</img:image>
no me funciona me da el siguiente error org.apache.jasper.JasperException: /categorias.jsp(177,50) se esperaba símbolo igual
gracias de antemano
__________________ On error no hago nada porque deje de fumar... |