Hi Lorenzo, On 11/2/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Kevin I posted a demo of how I personally deal with form validation > and stuff on the CherryPy users list:
I saw your message, but I only looked at the code just now... The ideas there are fairly similar. Your code looks a bit like FormEncode, but does not do the two-way conversion (to_python, from_python). Why did you choose to not use FormEncode? Thanks for the link to your example! Kevin

