Hi 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.. And it works as I wanted, but should it give an error message? Or am I doing something wrong?
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 regards Nino