Hi,

I'm trying to roll my own comments custom template tag and need to
action a browser redirect on successful comment posting. My problem is
that you can't just return HttpResponseRedirect and expect it to be
executed. Is there an "official" way to get the middleware to action
the redirect from inside the tag?

FYI, I realised this bug because I have a separate tag which displays
comments BEFORE the form tag gets loaded (and hence only adds the new
comment AFTER all the existing comments get rendered by the previous
tag in the template...doh!)

Cheers guys/gals


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

Reply via email to