RE: how to i18n images?

2002-04-12 Thread Emmanuel Bridonneau
il 12, 2002 9:44 AM To: Struts Users Mailing List Subject: RE: how to i18n images? I just wrote a small servlet that does exactly this - pass in image to use and (internationalized) text to write on it, and Bob's your Uncle!! Dave "Emmanuel Bridonneau" <[EMAIL PROTECTED]&

RE: how to i18n images?

2002-04-12 Thread dhay
t" <[EMAIL PROTECTED]> To: "Todd Pierce" <[EMAIL PROTECTED]>, "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> cc:(bcc: David Hay/Lex/Lexmark) Subject: RE: how to i18n images? Thanks I appreciate your input. I

Re: how to i18n images?

2002-04-11 Thread Max Cooper
[EMAIL PROTECTED]>; "'Struts Users Mailing List' (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 6:05 PM Subject: RE: how to i18n images? Thanks I appreciate your input. I was hoping more or less to get pointers to some tools that allows me to apply a tr

RE: how to i18n images?

2002-04-11 Thread Niall Pemberton
002 02:05 > To: Todd Pierce; 'Struts Users Mailing List' (E-mail) > Subject: RE: how to i18n images? > > > Thanks I appreciate your input. I was hoping more or less to get > pointers to some tools that allows me to apply a transparent image to a > text that is localize

RE: how to i18n images?

2002-04-11 Thread Emmanuel Bridonneau
lto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 5:05 PM To: Emmanuel Bridonneau Cc: Struts Users Mailing List Subject: RE: how to i18n images? Here's what I did to internationalise a logo image for english french and spanish versions: 1 Created/acquired images logo.gif, logo_fr.gif, l

RE: how to i18n images?

2002-04-11 Thread Todd Pierce
the fr properties file: header.image=/image_fr.gif 5 In the es properties file header.image=/image_es.gif -Original Message- From: Emmanuel Bridonneau [mailto:[EMAIL PROTECTED]] Sent: Friday, 12 April 2002 7:03 To: 'Struts Users Mailing List' (E-mail) Subject

RE: how to i18n images?

2002-04-11 Thread McVeigh, Ryan
: Thursday, April 11, 2002 5:11 PM To: 'Struts Users Mailing List' Subject: RE: how to i18n images? Check out the link http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#image This talks about the input type=image tag that is part of Struts. However, without looking at the s

RE: how to i18n images?

2002-04-11 Thread Scott Edwards
itself. -Original Message- From: Emmanuel Bridonneau [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 2:03 PM To: 'Struts Users Mailing List' (E-mail) Subject: how to i18n images? Hi all, 3 questions for you struts guru. I believe struts requires that we se struts tag

how to i18n images?

2002-04-11 Thread Emmanuel Bridonneau
Hi all, 3 questions for you struts guru. I believe struts requires that we se struts tags within a form to figure out access to the correct bean. I haven't seen any reference to an input of type image as a strut tags. - Can I then use a pure html construct like in my forms and that'll be the on