Hi Jarda,
you just use the path relative to your servlet context.
> background-image: url('/images/myimage.png');
this could work. If your app is not deployed under the root context but under
/foo-bar/ then I guess this should work:
background-image: url('/foo-bar/images/myimage.png‘);
If bo
Hi,
I am trying to figure out what is the correct location of assets with Tapestry
5.4 and Maven directory structure.
I will explain how do I understand it. Correct what is wrong please.
From logical point of view, I can think of two types of assets - global and
comopnent specific.
A global a