[Zope] sessions and dtml problem

Chris McDonough chrism@zope.com
12 Jun 2002 16:35:01 -0400


On Wed, 2002-06-12 at 15:22, Ben Avery wrote:
> I have a form which gets submitted to a python script which first pushes the
> form object into the session, does some form validation, and if any fields
> don't match the validation criteria, then the form is revisited until
> correct.

When you say "a python script pushes the form object into the session",
what exactly does this code look like?