Hi, I'm trying to load an image as a background of a link . This way :
<a href="?lang=es"><img src="../../img/spanishFlag.png"></img></a>
I'm looking for the image whith different path, but I can't render it . My file tree is :
WebApp
- css- img (where resides the image)...
...spanishFlag.png
- META-INF- WEB-INF...
...- jsp
...menuTop.jsp
...
...
the code above it`s from menuTop.jsp . I want to know if it's possible to avoid spring theming . I only want to load an image, not a complete theme, but it doesnt find it.


Reply With Quote