On Jun 24, 2006, at 6:47 AM, gasolin wrote: > > FYI, There's a prototype(a js library) based form validaton library > > http://tetlaw.id.au/view/blog/really-easy-field-validation-with- > prototype
I don't believe that validation is a hard problem. Beyond that, I really want to see (and think we can accomplish) extending FormEncode validators to have a client-side component. By leveraging widgets, we can have little snippets of code that show up on the client side, making for efficient validation. Plus, many validators can be reduced to a regular expression, which can work on both the Python and JavaScript sides. I wouldn't dissuade you from wrapping that up as a widget if you want it though. BTW, the Scriptaculous widget includes the Prototype widget. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

