On Sun, 01 Jun 2008, atul singh wrote:
> 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)

We have run into this in a situation where you add a component
to AjaxRequestTarget for repainting, even though the component 
gets removed from the current page.

This happens easily when your component is under a repeater
and the whole repeater gets repainted, and it then recreates 
its children. The old children and their descendants then 
become garbage and repainting them produces this exception.

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to