[mod_python] publisher cgi

Jim Gallacher jpg at jgassociates.ca
Tue Nov 7 08:00:28 EST 2006


Gregor Kling wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello,
> 
> With a short glimpse at mod_python's publisher default handler, I
> assume I have to use 'raw' cgi's, if i have variable form data ?
> The form should have the possibility to let a user adding fields before
> submit the form.
> So I can't use the neat feature of using functions for form handling as
> the examples provided by mod_python.

Unless I'm misunderstanding your meaning, I can't see why you can't use 
publisher. Your form data will be available as an attribute of the 
request object. eg. req.form

Jim



More information about the Mod_python mailing list