[mod_python] publisher cgi

Sean Davis sdavis2 at mail.nih.gov
Tue Nov 7 06:40:48 EST 2006


On Tuesday 07 November 2006 06:14, Gregor Kling wrote:
> 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.

You CAN use javascript to add fields before submitting the form.  That will 
work fine under CGI or mod_python.

Sean


More information about the Mod_python mailing list