Re: wicket 1.5, resource gives error in log?

2010-10-13 Thread Romeo Sheshi
hi
i have make a test and i have the error only when the src url is relative.

http://localhost:8080/test/wicket/bookmarkable/it.test.HomePage
if i have
 img src=/test/images/test.png/
i don't have the error i have the error if i put a relativ url
img src=test/images/test.png/
or
img src=images/test.png/
because wicket http://localhost:8080/test/wicket/bookmarkable/ + relative
url and don't find it
so you have the error
ERROR [org.apache.wicket.request.cycle.RequestCycle]  - Unable to execute
request. No suitable RequestHandler found.
URL=images/icons/arrow_down_end.png

Romeo Sheshi


2010/10/12 nino martinez wael nino.martinez.w...@gmail.com

 done -- https://issues.apache.org/jira/browse/WICKET-3103

 2010/10/12 Igor Vaynberg igor.vaynb...@gmail.com

  no, that shouldnt be there. file a bug please.
 
  -igor
 
  On Tue, Oct 12, 2010 at 3:49 AM, nino martinez wael
  nino.martinez.w...@gmail.com wrote:
   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
  
 
  -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 



wicket 1.5, resource gives error in log?

2010-10-12 Thread nino martinez wael
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


Re: wicket 1.5, resource gives error in log?

2010-10-12 Thread Igor Vaynberg
no, that shouldnt be there. file a bug please.

-igor

On Tue, Oct 12, 2010 at 3:49 AM, nino martinez wael
nino.martinez.w...@gmail.com wrote:
 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


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



Re: wicket 1.5, resource gives error in log?

2010-10-12 Thread nino martinez wael
done -- https://issues.apache.org/jira/browse/WICKET-3103

2010/10/12 Igor Vaynberg igor.vaynb...@gmail.com

 no, that shouldnt be there. file a bug please.

 -igor

 On Tue, Oct 12, 2010 at 3:49 AM, nino martinez wael
 nino.martinez.w...@gmail.com wrote:
  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
 

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