wicket-1.2-20060108

Bookmarkable link with arguments is broken when i mount page for use niceurls

this is url with out mount the page and works fine

http://localhost:8080/oz-cms/app;jsessionid=4rpu70hfvjckf?bookmarkablePage=oz.web.html.cms.CmsViewPage&nodePath=%2F&siteName=site-00&panel=FileList

Nice url with CmsViewPage mounted at /cmsview.html

http://localhost:8080/oz-cms/app/cmsview.html/nodePath///siteName/site-00/panel/FileList


Exception raised when click this link

I think this can be a problem with the parameters that are corrupted in same way

java.lang.NullPointerException
    at oz.web.html.cms.CmsView.<init>(Unknown Source)
    at oz.web.html.cms.CmsViewPage.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:308)
    at java.lang.Class.newInstance(Class.java:261)
    at wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:55)
    at wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:88)
    at 
wicket.request.target.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.java:270)
    at 
wicket.request.target.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.java:284)
    at 
wicket.request.target.BookmarkablePageRequestTarget.checkAccess(BookmarkablePageRequestTarget.java:123)
    at wicket.RequestCycle.step(RequestCycle.java:970)
    at wicket.RequestCycle.steps(RequestCycle.java:1057)
    at wicket.RequestCycle.request(RequestCycle.java:534)
    at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:199)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
    at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
    at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    at org.mortbay.http.HttpServer.service(HttpServer.java:909)
    at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
    at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
    at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
    at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
    at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
--
play tetris http://pepone.on-rez.com/tetris


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to