I would like to update a template with Ajax.
My problem is:
- I select a client in a list on the form and display only the corresponding data in an another list on the same page in a second list
- At this time, I can not update my template with protocols corresponding to the client 
- In my views, I try to create a list with a queryset (it works) but I cannot update my template with the new list 
- I retrieve the selected client but when I post with render_to_request it does not update the template
- Is there any possibility to do that and how can I update my list with the ajax part of the program.
 
     
    