correction it's "process_response" function not process_request.

On Nov 22, 2:48 pm, owidjaya <owidj...@gmail.com> wrote:
> What is the best way to go about handling ajax request per
> application?
>
> I currently have a middleware that implements "process_request"
> function.
> the function acts as a relay to call "serve_ajax(request)" function
> that is implemented in the application class that wants to respond to
> ajax request. The application object that will respond to the ajax
> request is indicated by a GET variable "object". while every other
> variables to be passed to the application is passed with POST
> variable.
>
> please comments on the method above.
> Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to