in such a case you have to use   titleKey="img.new"

here is the attribute from the struts-html.tld, i look in there most
of the times if i need to figure out which attribute a certain taglib
call take.



<attribute>
<name>titleKey</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>


Hope that helps :)


On Thu, 24 Mar 2005 09:34:40 -0500, Rafael Taboada
<[EMAIL PROTECTED]> wrote:
> Greetings guys from the list. i have a problem that i hope u can help me
> 
> i'm using Taglibs and i want to use bean:message inside html:img...
> But there's an error: an equal sig expected
> 
> here is my code
> 
> <html:link href="Sales.jsp">
>   <html:img src="../images/new.png" alt="<bean:message
> key="img.new"/>" width="24" height="24" />
> </html:link>
> 
> please, can u help me? where is the problem? is it possible to use
> bean tag inside a html tag???
> 
> how can i solve this??
> 
> thanks
> 
> --
> 
>  Rafael Taboada
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to