TurboGears / tg2

Python web framework with full-stack layer implemented on top of a microframework core with support for SQL DBMS, MongoDB and Pluggable Applications
http://www.turbogears.org/
Other
806 stars 78 forks source link

chained validators are not working #41

Closed percious closed 10 years ago

percious commented 11 years ago

if you follow the example for the registration form here:

http://turbogears.org/2.1/docs/main/Extensions/Admin/#overriding-a-form

you will get an ugly traceback when you try to post the form.

enjoy!

amol- commented 11 years ago

are you sure you are following the guide for the correct TG version? That example got updated in 2.2 doc to cope with TW2:

http://turbogears.readthedocs.org/en/rtfd2.2.2/main/Extensions/Admin/index.html#overriding-a-form

While your link points to 2.1 documentation which still relied on TW1 and Schema.

amol- commented 10 years ago

Closing as got no feedbacks for a while and should work as expected when using TW2