Hi, I have tried opening 2 IE 7 tabs (in the same brower window obviously), loading the same bookmarkable url in both the tabs. I then did some action which triggered ajax submit on one of the tabs and got the response back correctly, URL in the browser tab remained the same. so far so good. Now I tried to do some other action on the tab2 - I get Wicket Runtime exception, which changes everytime but basically get component not found
http://localhost:8080/cart?wicket:interface=:4:viewCartContainer:cartForm::IFormSubmitListener:: WicketMessage: component viewCartContainer:cartForm not found on page com.neobits.web.pages.ViewCartPage[id = 4], listener interface = [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]Root cause:org.apache.wicket.WicketRuntimeException: component viewCartContainer:cartForm not found on page com.neobits.web.pages.ViewCartPage[id = 4], listener interface = [RequestListenerInterface name=IFormSubmitListener, method=public abstract void org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()] at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveListenerInterfaceTarget(AbstractRequestCycleProcessor.java:416) at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:461) -- View this message in context: http://www.nabble.com/Browser-multiple-tabs-and-page-expired-class-not-found-issues-tp19226058p19226058.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
