I'm making essentially a wishlist webapp(for fun). However, I would
like to make it so that the user can press a button, and add another
row for entering an item, via AJAX. My issue is making sure that the
webserver processes all the data properly. I've been looking at
formsets, and maybe using a combination of js on the client side and
string manipulation on the server side to make sure that the formset
validates every form. Is there a better way/smarter/pythonic way of
doing this?
--~--~---------~--~----~------------~-------~--~----~
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