I'm almost positive there is some way to achieve this though. For example, in a 
facebook group for example when you scroll it loads a new set of posts and 
those posts are loaded with ajax and those posts have a comment form that was 
again obviously rendered with ajax. My situation is the same situation. On an 
ajax response I render the new posts and the comment form under it however it 
does not work. And I know it works on a regular HTTP GET with an ajax request 
so what changes that I don't see between returing this form with ajax that uses 
the same infastructure? I have no idea I thought and assumed that the same code 
would execute the same way no matter how the form got there to begin with, it 
stumps me. I am willing to share any code if necessary but to me that isnt 
necessary as this is a high level issue.

Now if I need to use something like the django stream framework or pagination 
or something feel free to tell me I'm doing it wrong because I have exhausted 
all my ideas. But even if i rendered the stream with those structures off hand 
I would still think I would have the same issue because well there would be a 
comment form rendered via ajax. Honestly come to think of it it doesnt matter 
that I have 3 streams rendered with ajax because again facebook groups when 
scrolling load the new items with ajax so again that means the comment form was 
loaded with that. Im aiming for that same functionality in some respects.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/072b2d35-264f-4397-9378-c9bdd44f719b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to