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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to