Hi,

>
> 1. is there a way to know from RequestCycle if a call is Ajax?

 AjaxRequestTarget.get() != null
        
or

((WebRequestCycle)WebRequestCycle.get()).getWebRequest().isAjax();



> 2. is there a way to know which Link reference initiated a call from
> RequestCyclle?


Do you mean which Link was clicked? Isn't this encoded as a component
path on the URL?

Ernesto

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to