Are you by any chance replacing components? This could happen if you let the ajax render a component that has been removed from the page.
Maurice On Sun, Jun 1, 2008 at 7:32 PM, atul singh <[EMAIL PROTECTED]> wrote: > Hi, > As a result of code integration from various teams we have introduced > some change which is causing problems... > but the sad part is that we do not know what is happening-- > I will loove to know if someone else has seen similar exceptions and > how they solved if they were able to:: > Also what do these exceptions mean--i mean situation they might happen in?? > > 1. > java.lang.IllegalStateException: No Page found for component > [MarkupContainer [Component id = panel, page = <No Page>, path = > at org.apache.wicket.Component.getPage(Component.java:1658) > at > org.apache.wicket.ajax.AjaxRequestTarget.respondComponent(AjaxRequestTarget.java:689) > at > org.apache.wicket.ajax.AjaxRequestTarget.respondComponents(AjaxRequestTarget.java:605) > at > org.apache.wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java:520) > at > org.apache.wicket.request.AbstractRequestCycleProcessor.respond(AbstractRequestCycleProcessor.java:104) > at > org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1172) > > --------------------------------------------------------------------- > 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]
