Description
I have something where I reference an image directly in html, wicket has no idea what it should do with it so it passes the request to the servlet container.. It works as I wanted, but should it give an error message?
html:
<img src="/images/icons/arrow_down_end.png"/>
Log:
ERROR [org.apache.wicket.request.cycle.RequestCycle] - Unable to execute request. No suitable RequestHandler found. URL=images/icons/arrow_down_end.png