I'm working in pylons with mako, and I'd like to create forms and validations with FormEncode for several parts of my application. I can't seem to find any good examples of the whole process. My question is twofold:
Technical
- FancyValidators and Schemas - Their relationship and syntax
- Pylons controllers and mako templates - how to collect, handle, and validate the data
Stylistic
- Best practices for controller methods
- Easing the reuse of forms (for update vs create, for example)
So if you know of any complete examples, it would be much appreciated. I would think this would be a common combination with more examples/tutorials out there.