Kevin Dangoor wrote: > For anyone wondering why I've been somewhat quieter than normal... we > had guests over the weekend, and... > > There has been a lot of activity around form generation lately, which > has been very helpful. There are many different ideas floating around
Hi Kevin I posted a demo of how I personally deal with form validation and stuff on the CherryPy users list: http://groups.google.com/group/cherrypy-users/browse_thread/thread/6fcd3ac9786bac6a/ It's a very primitive way of dealing with it but it could be somewhat automated... I'm just waiting a bit more to analyze my usage patterns of it. As of now I like it because it doesn't get at all in your way and resembles ASP.NET validation handling even if it currently plays at a much lower level than their system does. Also it doesn't pretend to compete with Bicking's FormEncode... I would never dare, it's just the way I like ;-) Lorenzo

