[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Advanced Zope Scripting

webmaster@zope.org webmaster@zope.org
Thu, 26 Sep 2002 18:29:02 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/ScriptingZope.stx#3-40

---------------

      But this manual conversion may be inconvenient. Zope provides a
      way for you to specify form input types in the form, rather than
      in the processing script. Instead of converting the *age* variable
      to an integer in the processing script, you can indicate that it
      is an integer in the form::

        Age <input type="text" name="age:int">

        % Anonymous User - Sep. 26, 2002 6:28 pm:
         http://www.zope.org/Members/Zen/howto/FormVariableTypes
         also nice
         http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html