By versioning you mean assigning serial version id? if yes - I have declared
serialVersionUID for all the classes that are serializeable. I do not update
the version # when I change the page - not sure if that is what you mean by
versioning my pages.

This errors occurred for the same session (IE multiple tabs seem to share
the session for some reason). so I would think whatever version # was for
the tab - have to be same for both.


Johan Compagner 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Browser-multiple-tabs-and-page-expired-class-not-found-issues-tp19226058p19246358.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]

Reply via email to