Hi folks, i have a problem, please could u help me?
I'm using taglibs and when i'm using html:img i have to use ALT
attribute. But it has to call a key from myfile.properties.
<bean:define id="imagenNuevo">
<bean:message key="Empleados.imagen.nuevo" />
</bean:define>
<html:img align="absmiddle" alt="<%= imagenNuevo %>" border="0"
height="24" src="../images/Nuevo.png" width="24" />
As u see, i'm using a scriptlet to call an id defined with bean:define
all work well. But...
Is there a possibility to do that but without using scriptlet???... I
mean, just using taglibs...
i tried with:
<html:img align="absmiddle" alt="<bean:message
key="Empleados.imagen.nuevo" />" border="0" height="24"
src="../images/Nuevo.png" width="24" />
But, it doesn't run :s
Please... tigers... could u help me??? Thanks a lot
--
Rafael Taboada
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]