Back button and lazyLoadPanel
-----------------------------
Key: WICKET-1137
URL: https://issues.apache.org/jira/browse/WICKET-1137
Project: Wicket
Issue Type: Bug
Components: wicket-extensions
Affects Versions: 1.3.0-beta4
Environment: windows/jdk6/
Reporter: Marc Godin
Priority: Minor
using the navigator back button with a lazyLoad panel generate an internal Error
with the following trace
java.lang.IllegalStateException: No behavior listener found with behaviorId 0;
Component: [MarkupContainer [Component id = content, page =
com.essec.espacerecruteur.wicket.web.extraction.ExtractionPage, path =
2:extractionForm:brochures:content.SelectedListPanel, isVisible = true,
isVersioned = true]]
at
org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:95)
at
org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:90)
at
org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1091)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1166)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1245)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:489)
at
org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:319)
at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:169)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:281)
at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:502)
regards Marc(thks for this great framework !)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.