Hi Martin

I got them a lot when creating the wicket reaction game.. For me the problem where that I added new components all the time and if in the mean time the component disappared (we are talking miliseconds) and the user managed to click the cells then they would get the problem..

Martin Makundi wrote:
Hi!

What does this error mean?

No behavior listener found with behaviorId 0

What is being done wrong? Normally, the site works ok but the error
log shows this kind of error.

Am I manifesting some known Wicket antipattern which causes this
error? Or is it just a result of another illegal state?

       at 
org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:95)
       at 
org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:91)
       at 
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1174)
       at org.apache.wicket.RequestCycle.step(RequestCycle.java:1251)
       at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1352)
       at org.apache.wicket.RequestCycle.request(RequestCycle.java:499)
       at 
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:375)
       at 
org.apache.wicket.protocol.http.WicketServlet.doPost(WicketServlet.java:145)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
       at wicket.quickstart.TakpServlet.service(TakpServlet.java:58)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
       at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
       at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:367)
       at 
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
       at 
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
       at 
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
       at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
       at 
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:146)
       at 
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
       at 
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
       at org.mortbay.jetty.Server.handle(Server.java:285)
       at 
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:457)
       at 
org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:765)
       at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:627)
       at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:203)
       at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:357)
       at 
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
       at 
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)


**
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to