i18n + html:link

2001-06-13 Thread Steve A Drake
Hello. I am trying to implement internationalized rollover buttons using html:link. To do this, I'm trying to use quotes three levels deep and I guess that's illegal in Javascript. For example, for onmouseover, if I try to extract the source name from the resource file, I try:

Re: i18n + html:link

2001-06-13 Thread Dallas_Browning
to: 06/13/01 Subject: i18n + html:link 11:11 AM

Re: i18n + html:link

2001-06-13 Thread Oleg V Alexeev
Hello Steve, Wednesday, June 13, 2001, 9:10:39 PM, you wrote: SAD Hello. I am trying to implement internationalized rollover buttons using SAD html:link. To do this, I'm trying to use quotes three levels deep and I SAD guess that's illegal in Javascript. For example, for onmouseover, if I SAD

Re: i18n + html:link

2001-06-13 Thread Steve A Drake
On Wed, 13 Jun 2001, Oleg V Alexeev wrote: You can create javascript functions to implement logic and refer to it from in onmouseover event. In javascript you can insert scriptlet code or bean:message tags. Thanks Oleg and Dallas for your responses. Embedding bean:message tags in a