Yes, this is what I have already done: I have a class RootAction that 
return a url for a new page, but when I click on it, I have the following 
error
 
 404 Not Found 

Stapler processed this HTTP request as follows, but couldn't find the 
resource to consume the request 

-> evaluate(<hudson.model.Hudson@1299db6> :hudson.model.Hudson,"/dummyurl")
-> 
evaluate(((StaplerProxy)<hudson.model.Hudson@1299db6>).getTarget(),"/dummyurl")
-> evaluate(<hudson.model.Hudson@1299db6>.getDynamic("dummyurl",...),"")
-> evaluate(<hudson.plugins.sidebar_link.LinkAction@ebb788> 
:hudson.plugins.sidebar_link.LinkAction,"")-> No matching rule was found on 
<hudson.plugins.sidebar_link.LinkAction@ebb788> for ""

<hudson.plugins.sidebar_link.LinkAction@ebb788> has the following URL 
mappings, in the order of preference: 
   
   1. TOKEN.groovy for url=/TOKEN/... 
   2. VIEW.jelly for url=/VIEW 
   3. hudson.plugins.sidebar_link.LinkAction.getIconFileName() for 
   url=/iconFileName/... 
   4. hudson.plugins.sidebar_link.LinkAction.getUrlName() for 
   url=/urlName/... 
   5. hudson.plugins.sidebar_link.LinkAction.getDisplayName() for 
   url=/displayName/... 
   6. java.lang.Object.getClass() for url=/class/... 

Reply via email to