[Zope-Annce] [Ann] Form Dispatcher 0.1: Manage the state of a form

Dieter Maurer zope@zope.org, dieter@handshake.de
Sun, 1 Jul 2001 22:09:57 +0200 (CEST)


If you have forms that you want to leave and later come back with
the original values filled in, then this small product
may be interesting for you.

A "Form Dispatcher" is a Folder-like object that manages
the current state of a form. It initializes the state when the form
is entered initially, saves the state in a session object when the form is
left and restores the state when the form is reentered.

It was tested with Zope 2.3 and 'FSSession' session objects.

More information and download

  URL:http://www.dieter.handshake.de/pyprojects/zope/Dispatcher.html


There is a companion 'Wizzard' product.
It controls several 'Dispatcher's to implement step-by-step
input over several forms for complex data entry tasks.

  URL:http://www.dieter.handshake.de/pyprojects/zope/Wizzard.html


Dieter