hi, I can't figure out if (and how) is possible to customize error pages without DTML-methods. There's a way to use ZPT? Even some dirty hack... thanks massimo
sure - I think you just call your page template standard_error_message and put it in the root directory. It will be called with any uncaught exception.
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of massimop@users.berlios.de Sent: Thursday, October 14, 2004 4:59 PM To: zope list Subject: [Zope] standard_error_message
hi,
I can't figure out if (and how) is possible to customize error pages without DTML-methods. There's a way to use ZPT? Even some dirty hack...
thanks massimo
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Fri, 2004-10-15 at 00:24 -0400, Sean Hastings wrote:
sure - I think you just call your page template standard_error_message and put it in the root directory. It will be called with any uncaught exception. ...looks like you're right... before posting I tried with a page template without tags, just a message to check if it worked, and it didn't work so I thought there was some magic to do, but with a full featured ZPT it works....
thanks and sorry for bothering massimo
participants (2)
-
massimop@users.berlios.de -
Sean Hastings