[Zope-CMF] Re: CMF and Five views: hooking up "POST"

Lennart Regebro regebro at gmail.com
Mon Oct 17 06:14:53 EDT 2005


The standard Zope3-ish way is to have a m,ethod called Update() which
you call every time the views template is displayed.

This method can prepare all the data to be displayed, as well as
handle any form postings. Instead of checking on POST I usually check
on the button-presses, but of course if you don't want GET-forms to
work, checking for POST is the right thing to do.


More information about the Zope-CMF mailing list