30 Oct
2008
30 Oct
'08
4:02 a.m.
+-------[ Miguel Beltran R. ]---------------------- | Hi List | | I remember what old versions from zope haved standard_error using DTML | How can do it the same using ZPT? | | I already try: | <td tal:content="error/type"> | <td tal:content="python: error.type"> | <td tal:content="context/error/type">
From memory the following should be available;
options/error_type options/error_value options/error_tb options/error_traceback options/error_message options/error_log_url -- Andrew Milton akm@theinternet.com.au