> 2007-07-30 12:25:45:437 ERROR wicket.markup.html.WebPage > [http-8080-Processor25] - Page [Page class = > com.xmltravel.fab1.wicket.flights.FlightSearchResultPage , id = 1] couldn't > be cloned to move to another pagemap > wicket.WicketRuntimeException: Internal error cloning object > at wicket.util.lang.Objects.cloneObject(Objects.java:466) > at wicket.markup.html.WebPage.onNewBrowserWindow (WebPage.java:344) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke ( > DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at wicket.RequestListenerInterface.invoke(RequestListenerInterface.java > :187) > at > wicket.request.target.component.listener.ListenerInterfaceRequestTarget.processEvents( > ListenerInterfaceRequestTarget.java:74) > at wicket.request.compound.DefaultEventProcessorStrategy.processEvents( > DefaultEventProcessorStrategy.java:65) > at
It tries to clone the current page for use in another window. It looks like that spider makes Wicket think the requests are for new windows all the time. You could try getPageSettings().setAutomaticMultiWindowSupport(false) in your application (false by default in 1.3 btw). Eelco ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ IMPORTANT NOTICE: This mailing list is shutting down. Please subscribe to the Apache Wicket user list. Send a message to: "users-subscribe at wicket.apache.org" and follow the instructions. _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user