Hello,
I have seperate django forms wrapper in one html form tag in my
template.

When i render, both forms display fully. When I post, errors display
for the first form but not for the second.  I am using a tag by tag
approach to the the template.

Interesting thing is I did a test to see if form2 was bound:
{% if form2.is_bound %} This is bound {% endif %} and it is
It should be displaying errors (I am leaving the fields blank and they
are required)


is it any thing to do with form1 being a ModelForm and form2 is a
Form?  This is my first django app so maybe i missed something when I
declared the Form class.

any suggestions?

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