On Aug 30, 2006, at 9:26 PM, gasolin wrote: > > There're some related discussion here > http://groups.google.com/group/turbogears/browse_thread/thread/ > 85f609dc35cab843/276c0b7b2cb53da4?lnk=st&q=&rnum=2#276c0b7b2cb53da4
Yep. I'll repeat what I said there. You can do a lot of validation with regular expressions, and those would work on both the client and the server side. Extending FormEncode and using our widget infrastructure could likely provide a solution where you attach the validator server-side and get client-side validation for free. 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 -~----------~----~----~----~------~----~------~--~---

