On Sat, Jun 21, 2008 at 7:36 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

>
> Atlast, I found the bug, login.html inherits from base page. So, the
> form mentioned in the above code is nested inside a GET form.
>
> Now I get one doubt. Can't we nest the forms?  Does nesting of forms
> make sense in any context?
>

No, forms cannot be nested.  From
http://www.w3.org/TR/html401/interact/forms.html: "A form can contain text
and markup (paragraphs, lists, etc.) in addition to form controls."  No
mention of other forms.  From http://www.w3.org/MarkUp/html3/forms.html:
"Note you are not allowed to nest FORM elements!"

Karen

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