You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by markR <ro...@yahoo.com> on 2012/12/13 22:50:29 UTC

how wicket handles images

I am using a css file that refers to several images in form of
images/some.gif

running the application i can see in browser console:

[16:40:29.956] GET
http://localhost:8080/webtools/wicket/resource/com.abc.webtools.web.HomePage/images/big.gif
[HTTP/1.1 404 Not Found 0ms]

On server side:
WARN  - ResourceReferenceRegistry  - A ResourceReference wont be created for
a resource with key [scope: com.abc.webtools.web.HomePage; name:
images/big.gif; locale: null; style: null; variation: null] because it
cannot be located.

I do have the images at com/abc/webtools/web/images/big.gif location and
Homepage.java in com/abc/webtools/web package.

What am i missing here, what do i need to do to make these work.


Thank You




--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-wicket-handles-images-tp4654793.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: how wicket handles images

Posted by markR <ro...@yahoo.com>.
never mind , the images were not enabled in resource guard.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-wicket-handles-images-tp4654793p4654795.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org