[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting
webmaster@zope.org
webmaster@zope.org
Fri, 27 Sep 2002 16:22:26 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#2-35
---------------
Now test your new script by going to the *Test* view. You should
see a greeting. You can pass different names to the script by
specifying them in the URL. For example,
*hello?name=Spanish+Inquisition*.
% Anonymous User - Sep. 27, 2002 4:22 pm:
so i can write a python module with several functions,
but then have one ExternalMethod for each function i want callable TTW with names module.func1,
module.func2,... resp. ? blf