Can't you insert a <bean:write message="myKey"/> there?
Dean A. Hoover wrote:
Sorry if this is more JSPish than strutsish,
but I'm sure someone can help. I have
a javascript I am using for tooltips
and I want to pass text defined in
my applications.resource file to it.
== applications.resource ===
someText=This is some text.
== foo.jsp ===
<img src="images/foo.gif" width="10" height="10" alt="[foo]"
onmouseover="ddrivetip('This is some text.');"
onmouseout="hideddrivetip();"/>
What do I need to do to the img tag to use the message in
applications.resource?
Thanks.
Dean Hoover
---------------------------------------------------------------------
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]