[Zope] newbie in python script

J Cameron Cooper jccooper at jcameroncooper.com
Tue Oct 14 12:39:26 EDT 2003


> If I have form that has a long list of form variables, is there a
> shorter way to pass though variables to python script for processing
> instead of individual listing at the parameter list?

You can pull them directly from the context.REQUEST object via the 
mapping-type access sytax.

          --jcc




More information about the Zope mailing list