Hi, @Thierry:
That problem is happening in IE8 browser only. There is no problem in FF, Chrome, and safari. So, I am believing that this may be due to stale state at client side. @Igor: I have checked, there is no serialization errors. With Kind Regards, Tejash On Tue, Apr 12, 2011 at 9:09 PM, Igor Vaynberg <[email protected]>wrote: > check your log for serialization errors. > > -igor > > > On Tue, Apr 12, 2011 at 6:20 AM, Tejash Tarun <[email protected]> wrote: > > Hi, > > > > I am using tabs in my page. > > > > When switching between the tabs I get this exception frequently (and not > > every time). > > > > java.lang.IllegalStateException: No Page found for component > > [MarkupContainer [Component id = link]] > > at org.apache.wicket.Component.getPage(Component.java:1819) > > at > > > org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:284) > > > > ... > > > > > > Previously I faced the problem of difference of client-side state and > > server-side state with chrome and got a fix implementing the solution at > > this link: > > > http://www.richardnichols.net/2010/03/apache-wicket-force-page-reload-to-fix-ajax-back/ > > > > But now I see the simple switching between the tabs in IE8 gives me the > > problem. > > > > OS used: Windows7 > > Browser: IE8 > > > > Seeking help. > > > > Thanks in advance, > > Tejash > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
