#8094: Html button inside html link gives pipe error!!!
------------------------------------+---------------------------------------
Reporter: italomaia | Owner: nobody
Status: reopened | Milestone: 1.0 beta
Component: Uncategorized | Version: SVN
Resolution: | Keywords: error, html, strange
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by SnappyDjangoUser):
* status: closed => reopened
* resolution: worksforme =>
Comment:
I have also seen this broken pipe issue when clicking on a URL that
submits data to a form with method POST:
{{{
<form method='post' name='search_form'>
{% for key, value in search_fields.items %}
<input type="hidden" name="{{ key }}" value="{{ value }}" />
{% endfor %}
<a href='url/to/django/view' onClick='document.search_form.submit()'>
<==== Clicking URL gives a broken pipe
</form>
}}}
I am seeing the same traceback as noted by [08/13/08 14:16:15 changed by
italomaia].
I am using Firefox 3.0.4, Ubuntu 8.04 and Django 1.0 official release.
--
Ticket URL: <http://code.djangoproject.com/ticket/8094#comment:7>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---