In a view, {{include view_file}} simply includes another view. LOAD, 
however, actually calls a new action via a new request and inserts the 
output of that action/request in the current view (depending on whether 
ajax=True or False, LOAD either does this via Ajax after the original 
response is delivered, or server-side before the original response is 
delivered).
 
Anthony

On Thursday, April 28, 2011 2:24:29 AM UTC-4, 黄祥 wrote:

> hi, 
>
> is there anybody knows about detail comparation between load and 
> include in the views, please? i have already read the book and test to 
> implent it, i think it have the same function on views. 
>
> thank you so much in advance

Reply via email to