Hi all,

I'm adding elements to the DOM so i will not know the number of
elements the HTML form will be having beforehand, hence cannot define
a form class with the exact number of fields i need.

Once the form is POSTed i'm creating a Form instance and setattr-ing
the fields to it.

The problem is that the form.is_valid() is always valid even when no
values are POSTed.

My code is here:
http://dpaste.com/19502/

Should i create a metaclass to have the RoomShared() generated with
the correct number of fields? Or is there a better way?

Thanks,
Lorenzo


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