With the stack trace, I can only see that the listener (the object responsible for handling a request) component"mainContentFragmens:eagrPanel" is not found in the current page.

Perhaps someone else can answer with only this but I would need code snippets showing how you manipulate your component tree.

On 31/07/2012 12:12 PM, Alex66955 wrote:
Sorry.
In the wicket user forum the stack trace is shown (perhaps the RAW-TAG).

I use wicket 6.0.0-beta3

trace:
Last cause: Could not find component 'mainContentFragmens:eagrPanel' on page
'class com.vipco.spracherweiterung.CurrentDisplayPage

org.apache.wicket.core.request.handler.ComponentNotFoundException: Could not
find component 'mainContentFragmens:eagrPanel' on page 'class
com.vipco.spracherweiterung.CurrentDisplayPage
      at
org.apache.wicket.core.request.handler.PageAndComponentProvider.getComponent(PageAndComponentProvider.java:182)
      at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.getComponent(ListenerInterfaceRequestHandler.java:90)
      at
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:231)
      at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:814)
      at
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
      at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:253)
      at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:210)
      at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:281)
      at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:188)
      at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:245)
      at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1326)
      at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:479)
      at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
      at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)
      at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
      at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:940)
      at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)
      at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
      at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:874)
      at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
      at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)
      at org.eclipse.jetty.server.Server.handle(Server.java:349)
      at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)
      at
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:904)
      at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:565)
      at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:217)
      at
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:50)
      at
org.eclipse.jetty.server.bio.SocketConnector$ConnectorEndPoint.run(SocketConnector.java:245)
      at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)
      at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)
      at java.lang.Thread.run(Thread.java:722)



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ComponentNotFoundException-when-replace-a-fragment-with-ajax-tp4650898p4650902.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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

Reply via email to