FormulatorFormFile problem

Bertrand Croq <bertrand.croq-i1BwEb4NmXRWk0Htik3J/[email protected]> Mon, 03 Jul 2006 16:48:21 +0200
Newsgroups gmane.comp.web.zope.formulator.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------020400070001080101020608
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi,

I am currently trying to use FormulatorFormFile but it doesn't work...
after some debug, it looks like it lacks a call to ZMIForm's __init__
method:

    def __init__(self, filename, _prefix=None, **kw):

        FormulatorFormFile.inheritedAttribute('__init__')(self,'','')

        if _prefix is None:


Without this line, the form object cannot be used.

Regards,

-- 
Bertrand Croq - FreesKop - Avenue Robert Schuman - 35170 BRUZ
http://www.freeskop.com/ - Tel: 02 99 05 04 56 - Fax: 02 99 05 96 40


--------------020400070001080101020608
Content-Type: text/x-vcard; charset=utf-8;
 name="bertrand.croq.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="bertrand.croq.vcf"

begin:vcard
fn:Bertrand Croq
n:Croq;Bertrand
org:FreesKop
adr:Campus de Ker Lann;;Avenue Robert Schuman;Bruz;;35170;France
email;internet:[email protected]
title:Responsable R&D
tel;work:+33 2 99 05 04 56
tel;fax:+33 2 99 05 96 40
x-mozilla-html:FALSE
url:http://www.freeskop.com/
version:2.1
end:vcard


--------------020400070001080101020608
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
formulator-dev mailing list
[email protected]
https://infrae.com/mailman/listinfo/formulator-dev

--------------020400070001080101020608--