[Zope] Exception msg rendering
seb bacon
seb@jamkit.com
Wed, 22 Nov 2000 13:13:55 +0000
LoginManager displays a login form by calling a page something like
this:
<dtml-raise "'LoginRequired'">
<html>
<form action="foo">
<!-- some form doohickeys -->
</form>
</html>
</dtml-raise>
this works fine on one of my boxen but not the other. The bust one
raises the exception but doesn't print the message. Instead it
renders my standard_html_header and standard_html_footer, with the
stack trace in comments at the bottom of the page.
Please! Can anyone point me a what might be causing this to happen?
cheers
seb