RE: One possible bug with image showing

2013-06-07 Thread Nomen Nomanum
Thank, both of, you very much! :)

Re: One possible bug with image showing

2013-06-06 Thread Boris Horvat
This is not really the tapestry problem. You are using the relative url regardless of where in the page you are and you are hard coding the same path every time This is a proper way how you want to use assets (e.g. images) in the tapestry http://tapestry.apache.org/assets.html Your tml should pr

Re: One possible bug with image showing

2013-06-06 Thread Thiago H de Paula Figueiredo
On Thu, 06 Jun 2013 12:55:10 -0300, Nomen Nomanum wrote: Hi. I have following in css file something like following .displayingBackground{ background-image:url('../graphics/SectionForGifs/myImage.gif'); } Don't use relative URLs (the '../') part in CSS if you want to have pages in

One possible bug with image showing

2013-06-06 Thread Nomen Nomanum
Hi. I have following in css file something like following .displayingBackground{ background-image:url('../graphics/SectionForGifs/myImage.gif'); } and it's OK, it shows just fine in following segments www.mySite.com/thisPage www.mySite.com/thatPage www.mySite.com/* * where denotes any