I am using wicket call handlers   to  identify when   ajax request started ,
ended, failed etc.
Please tell me if it is possible to get more information about the ajax
request like componenet which made ajaxreqest or anything about the
component   its class, its attributes  etc?



function wicketGlobalPreCallHandler() {
  
  
}
function wicketGlobalPostCallHandler() {
  
}
function wicketGlobalFailureHandler() {
  
}

 


-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/wicket-global-call-handlers-tp3088445p3088445.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to