Hi,
I need to support both localized images and images with several css styles. For example, say I've 2 css files, CSS1 and CSS2, and need to support 2 languages, EN and ES. What I'd like to support is 4 images like this:

img_CSS1_EN
img_CSS1_ES
img_CSS2_EN
img_CSS2_ES

, each one appearing according to the style and locale selection

It's possible to localize the images using the @Image component, but I'm not sure whether its possible to get this to play well with multiple stylesheets (css doesn't seem to allow the definition of the src attribute for img classes).

My only solution I have at the moment is the rather awkward one of having a css file per locale per style - I'd prefer to only have a css file per style and let tapestry look after the localization - including the images.

Has anyone had this requirement before, and how did they solve it?
Thanks
Denis

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to