On 2/10/06, Simon Belak <[EMAIL PROTECTED]> wrote: > > Michele Cella wrote: > > > > My own preference is for: > > > > error_handler -> for validation errors > > exception_handler -> for exceptions > > > > I like it. > Chances of wanting to use the same method to handle both exceptions and > validation errors are slim and it's not a very nice idiom to begin with.
+1 on that. So, what happens with tg_errors, then? I'd suggest that it becomes validation errors only. 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 -~----------~----~----~----~------~----~------~--~---

