Re: Error 404: File not found: /bookmarkable/org.apache.wicket.markup.html.link.PopupCloseLink$ClosePopupPage

2012-01-29 Thread hfriederichs
Just to get this out of my system: I spent hours and hours and hours trying to solve this (Error 404: File not found: /bookmarkable/org.apache.wicket.markup.html.link.PopupCloseLink$ClosePopupPage). Nobody could help me here. Tried a quickstart, couldn't reproduce it there, so obviously

Re: Error 404: File not found: /bookmarkable/org.apache.wicket.markup.html.link.PopupCloseLink$ClosePopupPage

2011-12-07 Thread Martin Grigorov
Create a quickstart and attach it to a ticket On Wed, Dec 7, 2011 at 9:32 PM, hfriederichs wrote: > I found this in my application server log: > > FFDC Exception:com.ibm.ws.webcontainer.webapp.WebAppErrorReport > SourceId:com.ibm.ws.webcontainer.servlet.FilterProxyServlet.dispatch > ProbeId:312 >

Re: Error 404: File not found: /bookmarkable/org.apache.wicket.markup.html.link.PopupCloseLink$ClosePopupPage

2011-12-07 Thread hfriederichs
I found this in my application server log: FFDC Exception:com.ibm.ws.webcontainer.webapp.WebAppErrorReport SourceId:com.ibm.ws.webcontainer.servlet.FilterProxyServlet.dispatch ProbeId:312 Reporter:com.ibm.ws.webcontainer.servlet.FilterProxyServlet@6d846d84 com.ibm.ws.webcontainer.webapp.WebAppErro

Error 404: File not found: /bookmarkable/org.apache.wicket.markup.html.link.PopupCloseLink$ClosePopupPage

2011-12-07 Thread hfriederichs
See the subject for my issue. I have a popuppage: public class ThePopupPage extends WebPage { public ThePopupPage (long processID) { // Do stuff for the page's content PopupCloseLink closeLink = new PopupCloseLink("close"); closeLink.setOutputMarkupId