Simon Belak <[EMAIL PROTECTED]> writes: > The idea was we should not allow something as simple as an incomplete > link resulting in errors (500).
You mean missing parameters? If it is that, validators should be used to avoid that as well. And for mandatory keywords you should provide no default, so that you also get the error. Aren't none of the error_handler and exception_handler decorators triggered by this? -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

