You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Marc Godin (JIRA)" <ji...@apache.org> on 2007/11/08 18:26:50 UTC

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

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.


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

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ 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-rc3)
                   1.3.0-final

> 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-final
>
>         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.


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

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Godin updated WICKET-1137:
-------------------------------

    Description: 
using the navigator back button with a lazyLoad panel generate an internal Error
with the following trace

tried to use meta cache-control no-store(as discussed in the forum) dont do the job :(

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 !)


  was:
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 !)



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


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

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner closed WICKET-1137.
-----------------------------------

    Resolution: Fixed

Couldn't reproduce it completely but there was an other problem which i think had the same cause so now the behavior should always be able to be executed because it always will be there.

> 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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542783 ] 

Marc Godin commented on WICKET-1137:
------------------------------------

Hi, 
the only thing i can add is that this behavior seems to be correlated with the fact  DataTextField is in the same  form as the Panel
if i remove my DateTextField it ok
regards 
Marc

> 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
>            Assignee: Johan Compagner
>            Priority: Minor
>             Fix For: 1.3.0-rc2
>
>
> 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 in in a form with a  date Text field
> 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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Godin updated WICKET-1137:
-------------------------------

    Attachment: HomePage.html

> 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-rc2
>
>         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 in in a form with a  datefield(yui)
> 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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Godin updated WICKET-1137:
-------------------------------

          Description: 
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 in in a form with a  datefield(yui)
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 !)


  was:
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 in in a form with a  date Text field

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 !)


    Affects Version/s: 1.3.0-rc1

> 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-rc2
>
>
> 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 in in a form with a  datefield(yui)
> 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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Godin updated WICKET-1137:
-------------------------------

    Description: 
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 !)


  was:
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 in in a form with a  datefield(yui)
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 !)



> 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-rc2
>
>         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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Godin updated WICKET-1137:
-------------------------------

    Description: 
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 in in a form with a  date Text field

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 !)


  was:
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 !)



> 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 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 in in a form with a  date Text field
> 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.


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

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Godin updated WICKET-1137:
-------------------------------

    Attachment: HomePage.java

> 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-rc2
>
>         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 in in a form with a  datefield(yui)
> 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.


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

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Compagner updated WICKET-1137:
------------------------------------

    Fix Version/s: 1.3.0-rc2
         Assignee: Johan Compagner

a bit more feedback is welcome!

> 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
>            Assignee: Johan Compagner
>            Priority: Minor
>             Fix For: 1.3.0-rc2
>
>
> 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 in in a form with a  date Text field
> 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.


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

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12542807 ] 

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

do you have a quick start then?

> 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
>            Assignee: Johan Compagner
>            Priority: Minor
>             Fix For: 1.3.0-rc2
>
>
> 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 in in a form with a  date Text field
> 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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marc Godin updated WICKET-1137:
-------------------------------

    Description: 
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 !)


  was:
using the navigator back button with a lazyLoad panel generate an internal Error
with the following trace

tried to use meta cache-control no-store(as discussed in the forum) dont do the job :(

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 !)



> 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.


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

Posted by "Marc Godin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543418 ] 

Marc Godin commented on WICKET-1137:
------------------------------------

oki a test case who break as you asked me,
sorry for my first bug post, hope this one helps
the next time i will do a better reporting with code !
wicket rocks..!
regards marc

> 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-rc2
>
>         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 in in a form with a  datefield(yui)
> 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.