That is a bit wrong because you haven't mounted anything you just ask to find a mount on "/"
Why that happens i don't know that has something to do with youre config files.
Because when you don't mount youre app on root what do you do then?
Because all the example things we have don't come with a pathinfo (that is that / ) on / but null for the root.
johan
On 2/20/06, Ali Zaid <[EMAIL PROTECTED]> wrote:
Hi Guys;
I'm really having bad 24 hours, I would appreciate your help guys, if you have private emails where I can attach my whole project for you to test, and better if we can chat somewhere msn/gmail/skype, I have 2 problems:
1- The TextFields in a listview in Form that we discussed yesterday, although I'm working on alternative solution, I still would love to find what is wrong.
2- I want to use the last snapshot of 1.2 but I get this exception:
ERROR - RequestCycle - The mount path '/' is reserved for the application home page
java.lang.IllegalArgumentException: The mount path '/' is reserved for the application home page
at wicket.protocol.http.request.WebRequestCodingStrategy.urlCodingStrategyForPath (WebRequestCodingStrategy.java:214)
at wicket.protocol.http.request.WebRequestCodingStrategy.targetForPath(WebRequestCodingStrategy.java:280)
at wicket.request.compound.DefaultRequestTargetResolverStrategy.resolve (DefaultRequestTargetResolverStrategy.java:73)
at wicket.request.compound.AbstractCompoundRequestCycleProcessor.resolve(AbstractCompoundRequestCycleProcessor.java:48)
at wicket.RequestCycle.step(RequestCycle.java :914)
at wicket.RequestCycle.steps(RequestCycle.java:1005)
at wicket.RequestCycle.request(RequestCycle.java:451)
at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:208)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch (WebApplicationHandler.java:294)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
at org.mortbay.jetty.servlet.WebApplicationContext.handle (WebApplicationContext.java:525)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java :790)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:961)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java :218)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:300)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511)
--
Regards, Ali
