You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank Bille Jensen (JIRA)" <ji...@apache.org> on 2007/12/06 19:56:56 UTC

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

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

Frank Bille Jensen updated WICKET-1137:
---------------------------------------

    Fix Version/s:     (was: 1.3.0-rc2)
                   1.3.0-rc3

> 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, 1.3.0-rc1
>         Environment: windows/jdk6/
>            Reporter: Marc Godin
>            Assignee: Johan Compagner
>            Priority: Minor
>             Fix For: 1.3.0-rc3
>
>         Attachments: HomePage.html, HomePage.java
>
>
> using the navigator back button with a lazyLoad panel in form generate an internal Error
> tried to use meta cache-control no-store(as discussed in the forum) dont do the job :(
> the problem happens only when the lazyloadpanel is in a form with a  datefield(yui extensions)
> see the attached file ;)
> Error trace(on page an 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.