I dont use LOAD, I simply call controller function from browser using
jQUERY $("#ID").load("URL to controller function") and in controller i
have to detect this ajax callDavid On 3 srp, 12:18, mdipierro <[email protected]> wrote: > If it is done by the LOAD(....) then there should be a > > request.env.http_web2py_component_location != None > > Massimo > > On Aug 3, 5:00 am, David Marko <[email protected]> wrote: > > > > > How to detect in controller that request is via AJAX? > > > David

