> I don't use FormEncode. It is based on a very common design mistake > made by a lot of programmers, who think one can better generate html > from code.
I think you are maybe mixing up Formencode and some projects that use formencode. Formencode's core is for validating and converting to and from python and raising errors. That's it. What you're talking about is the context in which formencode is often used, not formencode itself. Formencode does one job very well and cleanly, it makes no assumptions about whether you are generating html from code or not. Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
