I have a JSF + Primefaces project and I have a css that puts a background:
<h:body
style="background-image: url('../images/textura.jpg');">
When I run the page it works perfectly, but when I give a run in the project the image does not load, it only loads after some operation is performed.
Can anyone help?