Hi, This error means that somewhere in your component hierarchy you throw RestartResponseAtInterceptPageException in #detach() method. I just did a quick search in Wicket's code and I didn't find such occurrence. Check your code and the libraries you use.
On Thu, Jan 19, 2012 at 7:31 PM, Allen Gilbert <[email protected]> wrote: > Running 1.5.2, we occasionally see this error message in our logs, > usually many times in a row: > > 2012-01-19 10:03:09,284 ERROR > [org.apache.wicket.request.RequestHandlerStack] Error detaching > RequestHandler > org.apache.wicket.RestartResponseAtInterceptPageException > > No other details are provided. Any idea what this means? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
