[Zope] Error handling and Zpublisher type casts ?

Dieter Maurer dieter@handshake.de
Wed, 18 Dec 2002 22:18:14 +0100


Andreas Martin writes:
 > I would like to ask how I can catch an error produced by a Zpublisher
 > type cast. 
I fear, you cannot...

You may be able to do something about them in a custom
"standard_error_message".

One way to go is to not use ZPublisher type casts and do the casting
in your application.

The "Formulator" product may help you with validation and maybe
casting.


Dieter