21 May
2003
21 May
'03
7:09 p.m.
Mark Nenadov wrote at 2003-5-20 19:43 -0400:
When I call form.header() it gives me a "mutilated" form header like so:
<form enctype="multipart/form-data" method="POST" name="add_vehicle_form" action="addVehicleMethod enctype="multipart/form-data">" >
It doesn't put the last quote after my action and it adds the enctype line again. This obviously causes problems. I've confirmed that I didn't make any mistakes in the form settings
I'm using Zope 2.6.1 and Formulator 1.4.0. I'd appreciate any feedback.
An obvious bug in "Formulator"... Dieter