Re: ContextImage not generating path relative to context root

2008-10-21 Thread Matej Knopp
Al, do you have any idea? -Matej On Tue, Oct 21, 2008 at 10:18 AM, Gianni Doe <[EMAIL PROTECTED]> wrote: > I'm a bit confused about ContextImage; according to the javadocs the image > path "will be prefixed such that the image is relative to the context root". > > In my markup I've got: > > > Th

ContextImage not generating path relative to context root

2008-10-21 Thread Gianni Doe
I'm a bit confused about ContextImage; according to the javadocs the image path "will be prefixed such that the image is relative to the context root". In my markup I've got: Then I add the Context image to my WebPage: add(new ContextImage("logo", "images/logos/mylogo.gif")); ... and I end