I'm giving up on something I was so close to getting to work...just
want to make sure there isn't a simple solution. I have  ModelForm and
I have a simple template that iterates and creates the form fields. I
update the form using YUI.io ajax submit. It works great. I am able to
post the data to the database using ajax and the form fields are now
updated with the new data. The problem is, subsequent posts will not
submit any new data entered. It has lost knowledge of the form or
something (the form and it's id is not regenerated from the ajax call,
but the form fields are). I have my code posted here
http://stackoverflow.com/questions/1655486/yui-io-ajax-and-django-update-works-only-once-yui-cant-find-form-again

Any advice is appreciated. I am now going to hand code all fields and
use json to manually handle every field (ugh, there goes all that
django was providing me).
--~--~---------~--~----~------------~-------~--~----~
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 
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