On 8/1/06, Emmanouil Batsis <[EMAIL PROTECTED]> wrote:
Suppose i have an images folder in my webapp with subfolders
corresponding to locales:
+ WEB-INF
+ jsps
+ images
+ default
+ myImage.png
+ fr
+ myImage.png
+ el
+ myImage.png
i'd like to do something like
<foo:img imageFolder="images" image="myImage.png" />
to render the image whose parent folder matches the user's locale if
that folder does have a file named "myImage.png" or to try and get the
image from the default locale/folder otherwise.
Is there any taglib like that available anywhere?
You can do this with the current <html:img> tag - use either the
"pageKey" or "srcKey" attributes:
http://struts.apache.org/1.2.x/userGuide/struts-html.html#img
Niall
Thanks in advance,
Manos
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]