Use the following -- it will work:
alt="[foo]" onmouseover="ddrivetip('');"
onmouseout="hideddrivetip();"/>
As far as quotes, you just need to make sure that they don't interleave
-- JSP translation occurs first so you things will work correctly. As
far as using fmt:message -- either one works
Don't know... didn't happen to see any examples like that.
Not sure about how the parsing deals with strange nesting of
angle brackets, quotes, etc.
Also, aren't we moving away from bean:message in favor
of fmt:message?
Erik Weber wrote:
Can't you insert a there?
Dean A. Hoover wrote:
Sorry if thi
Can't you insert a 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.
=
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 ===
What do I need to do to the img t
4 matches
Mail list logo