[Zope] Python Scripts and HTML Forms

Kirk Strauser kirk at daycos.com
Thu Aug 17 15:08:42 EDT 2006


On Thursday 17 August 2006 2:02 pm, Jens Vagelpohl wrote:

> request.get(MY_VARIABLE)  ???

The one major problem with that is that it ties you to getting information 
from the request.  Better to write a script with explicit parameters and 
call it with those parameters.  Then, you can pull values from a database, 
another Zope object, or anything else.  Also makes testing *much* easier 
(since you can use the "Test" tab to experiment with it).
-- 
Kirk Strauser
The Day Companies


More information about the Zope mailing list