[Zope] error tb in manager interface
Dieter Maurer
dieter at handshake.de
Wed Sep 29 14:14:47 EDT 2004
John Hunter wrote at 2004-9-27 13:47 -0500:
>In my stand_error_message, I do
>
> <dtml-var error_tb>
>
>but this does not seem to apply to errors generated in the manager
>interface.
It makes no difference between "management pages" and other pages.
But some checks (especially the ":conversion" ZPublisher commands)
are performed so early that there is not yet any location
defined. Therefore, no "standard_error_message" can be found
(the search starts from the URL located object and goes upward)
and a built in one is used.
--
Dieter
More information about the Zope
mailing list