I’ve met the same problem as this page:
http://www.mail-archive.com/pylons-discuss@googlegroups.com/msg14292.html
This is the main content from there:
I am using formencode to validate my
forms, and I’ve stumbled upon a
problem. When using tha validator
inside the controller action, I call
to_python() and I can pass the state
variable with any information I need
to the validators. Is it possible to
do the same with the validate
decorator?
From the answers of there, they said it has not been fixed in pylons, but that was several months agao. I wanna if there any solutions for it now?
Note the
stateparameter. Full docs here (Pylons 1.0)