Re: passing fmt:message as argument

2004-08-17 Thread Bill Siggelkow
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

Re: passing fmt:message as argument

2004-08-17 Thread Dean A. Hoover
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

Re: passing fmt:message as argument

2004-08-17 Thread Erik Weber
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. =

passing fmt:message as argument

2004-08-17 Thread Dean A. Hoover
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