Hi,

You can use
org.apache.wicket.ajax.AjaxRequestTarget.IListener#onBeforeRespond(Map<String,
Component> map, AjaxRequestTarget) to be notified before ART starts
preparing its XML response.
The 'map' contains all already added components.



On Fri, Nov 1, 2013 at 3:45 PM, Nick Pratt <nbpr...@gmail.com> wrote:

> Is there a way for a Component to detect if its been added to an
> AjaxRequestTarget?
>
> N
>

Reply via email to