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
You can use bean:define to create a dynamic JSP variable and set that to the alt attribute using JSP Scriptlet as follows: I hope this should solve it. croff - Original Message - From: "Aladin Alaily" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, May 25, 2005 5

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 = "" ; -Original Message- From: Aladin Alaily [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 1:39 AM To: Struts Users Mailing List Subject: html:img question Hi Guys,

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 I

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 following.