You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/11/09 00:46:51 UTC

[jira] Commented: (WICKET-1137) Back button and lazyLoadPanel

    [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541183 ] 

Johan Compagner commented on WICKET-1137:
-----------------------------------------

how do you exactly get this.
do you see that on the epage or just in the log?

Where are you going back to? the one with the lazyloading panel or do you go away from the one with the lazy loading panel?

can you trigger it here? http://wicketstuff.org/wicket13/ajax/lazy-loading

> 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
> tried to use meta cache-control no-store(as discussed in the forum) dont do the job :(
> Error 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.