On Wed, 21 Mar 2001, Nick Afshartous wrote:
>
> > On Tue, 20 Mar 2001, Maya Muchnik wrote:
> > >
> > > Can I put a.gif into the property file too, and have the second statement as
> > > this:
> > > <html:image src="a.image"/>
> > > Or I can have
> > > <html:image srcKey="a.image.dir"/>
> > >
>
> Craig R. McClanahan writes:
> > The assumption behind this new facility is that you need to
> > internationalize your images as well as your messages. Perhaps, for
> > example, you've created image buttons and the text of those buttons needs
> > to be different depending on the user's locale.
>
> Could this new facility be based not
> only on locales ? For example, in my company we're discussing
> how to manage different "looks" of our application by having
> different sets of images for each "look". A facility like the
> one being dicussed could make it easy to manage this.
Well, you could probably use it for that purpose. However, you might also
want to investigate the "struts-template" tag library for managing
different looks for your web site.
> --
>
> Nick
>
Craig