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?

Thanks in advance,

Manos






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

Reply via email to