Another option: You can use class based views and add your forms as class attributes or functions. Pyramid will create the view instance implicitly each time a view is called and you can simply call any attribute or function defined for the view class. This works without events or extensions.
http://docs.pylonsproject.org/projects/pyramid/en/1.5-branch/narr/viewconfig.html#view-config-placement Arndt. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/groups/opt_out.
