no. only if you mount the pages using HybridUrlCodingStrategy. -Matej
On Sun, Aug 31, 2008 at 11:37 PM, Ritesh Trivedi <[EMAIL PROTECTED]> wrote: > > Actually, I was doing setResponsePage(new BookmarkablePage(new > Pagepamaeters()) on the form submission. I realized later I shouldnt, since > this makes the URL to have ?wicket:interface.. Shouldnt mounted bookmarkable > pages - even though they are created using constructor have the mounted url > format? > > I will try to create a sample app to reproduce the issue. > > > Matej Knopp-2 wrote: >> >> Was it bookmarkable URL or hybrid? >> >> -Matej >> >> On Sun, Aug 31, 2008 at 11:05 PM, Johan Compagner <[EMAIL PROTECTED]> >> wrote: >>> This should work find if you version your pages. >>> Can you make an jira issue with a sample? >>> >>> On 8/29/08, Ritesh Trivedi <[EMAIL PROTECTED]> wrote: >>>> >>>> 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] >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- > View this message in context: > http://www.nabble.com/Browser-multiple-tabs-and-page-expired-class-not-found-issues-tp19226058p19246416.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
