[ZCM] [ZC] 770/ 1 Request "Form/URL Variables Conflict"
Collector: Zope Bugs, Features, and Patches ...
zope-coders-admin@zope.org
Thu, 16 Jan 2003 05:18:22 -0500
Issue #770 Update (Request) "Form/URL Variables Conflict"
Status Pending, Zope/bug medium
To followup, visit:
http://collector.zope.org/Zope/770
==============================================================
= Request - Entry #1 by Anonymous User on Jan 16, 2003 5:18 am
When a page receives arguments both from a form and supplied in the URL, the ones in the URL are quietly ignored, which is unexpected behavior.
I'd like to see them merged into REQUEST.form, -or- the behavior documented so others aren't confused.
<FORM ACTION="bugtest?urlvar=456">
<INPUT TYPE=STRING NAME="InputVar1" VALUE="123">
<INPUT TYPE=SUBMIT NAME="submitbutton" VALUE="GO">
</FORM>
(hmmm, could this be a *browser* bug? how could we tell?)
==============================================================