[Zope] POST METHOD
Farrell, Troy
troy.farrell@wilcom.com
Tue, 19 Dec 2000 15:17:30 -0600
Please be more specific: What type of field? What error is Zope giving you?
What browser are you using? If you are curious about what form variables
Zope is getting, set the form method to a DTML method with this in it:
<dtml-var name="standard_html_header">
<dtml-var name="REQUEST">
<dtml-var name="standard_html_footer">
Best of Luck,
Troy Farrell
-----Original Message-----
From: Anderson Ami [mailto:anderson@websolucoes.com.br]
Sent: Tuesday, December 19, 2000 2:45 PM
To: zope-dev@zope.org; zope@zope.org
Subject: [Zope] POST METHOD
Is there a data limit if I am using the POST method ?I have been doing a
form that has some input fields, when I do the post I receive a Zope Error
The Zope donīt get one form field, but this one exists).
Thanks so much !!!
anderson