|
Hello, I have a graphicImage which receives its url from a backing
bean. However, the bean passes a relative URL of the following form “/resources/common/image.gif”.
This relative URL is understood by the underlying webserver (Jetty) and is
correctly rendered if left untouched. However, JSF inserts the name of the
webapp ahead of the relative URL, making the URL as follows “/mytestapp/resources/common/image.gif”
which the webserver doesn’t know how to render without adding another
HttpContext, etc. This is pretty annoying but I haven’t found a way to
bypass it – any ideas? Your help is much appreciated! -S |

