Re: html:img question

2005-05-26 Thread Dakota Jack
I use buttons for images, imgs, etc. that are internationalized. That's all. My images do contain text. On 5/26/05, Aladin Alaily <[EMAIL PROTECTED]> wrote: > Dakota Jack wrote: > > Just out of curiosity, when you don't seem to have internationalized > > the image, why would you want to do that

Re: html:img question

2005-05-26 Thread Aladin Alaily
Dakota Jack wrote: Just out of curiosity, when you don't seem to have internationalized the image, why would you want to do that with the alt? The application that I'm building is multilingual. As such, the "alt" property of my images should be converted to the client's locale. Having said t

Re: html:img question

2005-05-25 Thread Dakota Jack
Just out of curiosity, when you don't seem to have internationalized the image, why would you want to do that with the alt? On 5/25/05, Aladin Alaily <[EMAIL PROTECTED]> wrote: > Hi Guys, > > Maybe I've been working too long... but I can't seem to figure out the > following. > > I am trying to c

Re: html:img question

2005-05-25 Thread croffman
t: Wednesday, May 25, 2005 5:39 PM Subject: html:img question > Hi Guys, > > Maybe I've been working too long... but I can't seem to figure out the > following. > > I am trying to create an tag and dynamically set the alt > attribute with the application propertie

RE: html:img question

2005-05-25 Thread meyawn
what is the name of the bean? also try doing something like this: var ALT_MESSAGE = "<bean:write key='alt.logo' />" ; -Original Message- From: Aladin Alaily [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 1:39 AM To: Struts Users Mailing List Subject: h

Re: html:img question

2005-05-25 Thread Aladin Alaily
Thanks Chris. I must be going blind ;) Aladin Chris Loschen wrote: Hope that helps! Chris Loschen -Original Message- From: Aladin Alaily [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 6:39 PM To: Struts Users Mailing List Subject: html:img question Hi Guys, Maybe

RE: html:img question

2005-05-25 Thread Chris Loschen
Hope that helps! Chris Loschen -Original Message- From: Aladin Alaily [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 6:39 PM To: Struts Users Mailing List Subject: html:img question Hi Guys, Maybe I've been working too long... but I can't seem to figure out the

html:img question

2005-05-25 Thread Aladin Alaily
Hi Guys, Maybe I've been working too long... but I can't seem to figure out the following. I am trying to create an tag and dynamically set the alt attribute with the application properties file... but it doesn't seem to work. Here is what I'm doing: and in my application.properties fi