Return-Path: X-Original-To: apmail-wicket-users-archive@minotaur.apache.org Delivered-To: apmail-wicket-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2DA839AC3 for ; Sun, 4 Mar 2012 00:15:20 +0000 (UTC) Received: (qmail 82092 invoked by uid 500); 4 Mar 2012 00:15:18 -0000 Delivered-To: apmail-wicket-users-archive@wicket.apache.org Received: (qmail 82041 invoked by uid 500); 4 Mar 2012 00:15:18 -0000 Mailing-List: contact users-help@wicket.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@wicket.apache.org Delivered-To: mailing list users@wicket.apache.org Received: (qmail 82009 invoked by uid 99); 4 Mar 2012 00:15:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 00:15:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Andre-Paul@gmx.de designates 213.165.64.23 as permitted sender) Received: from [213.165.64.23] (HELO mailout-de.gmx.net) (213.165.64.23) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 04 Mar 2012 00:15:10 +0000 Received: (qmail 10594 invoked by uid 0); 4 Mar 2012 00:14:48 -0000 Received: from 85.177.21.222 by www004.gmx.net with HTTP; Sun, 04 Mar 2012 01:14:46 +0100 (CET) Content-Type: text/plain; charset="utf-8" Date: Sun, 04 Mar 2012 01:14:46 +0100 From: =?iso-8859-1?Q?=22Andr=E9_Sch=FCtz=22?= Message-ID: <20120304001446.87570@gmx.net> MIME-Version: 1.0 Subject: Component not found after AjaxSelfUpdatingTimerBehavior To: users@wicket.apache.org X-Authenticated: #4678238 X-Flags: 0001 X-Mailer: WWW-Mail 6100 (Global Message Exchange) X-Priority: 3 X-Provags-ID: V01U2FsdGVkX1/E1/p0zQzEVwOu6qde5dALVCv8Umowv7e0AgfYYZ D/P4HGAYZQ/SNVEj8nOXRmSzBmzeeHD5hbTQ== Content-Transfer-Encoding: 8bit X-GMX-UID: odYgb1FDeSEqZz8BLHQhMHh+IGRvb0AA X-Virus-Checked: Checked by ClamAV on apache.org Hi, I have two Tabs in the same browser where the same application is running. The scope is different but the session is the same. When I make a call to my application at Page1 in Tab1 and get the results In Page2, everything is fine. The problem occurs when I make parallel calls in the two Tabs and get the results. The links in the two tabs throw an Unexpected RuntimeException when I click on them. Error: Last cause: Could not find component 'resultsContent:filter:filter_keywords:filter_box:filter_entries_list:filter_entries:17:filter_entries_link' on page 'class org.mycomp.client.website.MyResults Stacktrace: Root cause: org.apache.wicket.request.handler.ComponentNotFoundException: Could not find component 'resultsContent:filter:filter_keywords:filter_box:filter_entries_list:filter_entries:17:filter_entries_link' on page 'class org.mycomp.client.website.MyResults at org.apache.wicket.request.handler.PageAndComponentProvider.getComponent(PageAndComponentProvider.java:181) at org.apache.wicket.request.handler.ListenerInterfaceRequestHandler.getComponent(ListenerInterfaceRequestHandler.java:92) at org.apache.wicket.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:239) at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:781) at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64) at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:255) at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:212) at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:283) at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:162) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:218) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662) The error just occurs, when I use the application in both tabs. The page ID of the pages in the two tabs is different and works fine, only the links are not working correctly. Thanks, Andre -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org For additional commands, e-mail: users-help@wicket.apache.org