I want display a list devices with a checkbox
associated with each one
and at submit collect all select the
list items also
each device is accompanied with device info from database
I tried this with formset so that it is easy to valid
but was unsuccessful
I created a simple form with checkbox field
and create a formset class
with form-INITIAL_FORMS property set to 1
but whenever I submit I also get a
error message saying 'None' type object not callable
Please if any one could throw some light on these problem
Is it that I should be using formset........?

--~--~---------~--~----~------------~-------~--~----~
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