RE: [Zope] hiding tracebacks, and catching exceptions
Julian wrote:
On 25-Feb-99 Paul Everitt wrote:
<!--#try--> <!--#var some_bad_variable--> <!--#except KeyError--> <h3>This page referenced a bad variable.</h3> <!--#/try-->
If I want to do this at the moment, I'm going to have to use an "external method"?
The above would require writing a DTML tag. --Paul
On 26-Feb-99 Paul Everitt wrote:
Julian wrote:
On 25-Feb-99 Paul Everitt wrote:
<!--#try--> <!--#var some_bad_variable--> <!--#except KeyError--> <h3>This page referenced a bad variable.</h3> <!--#/try-->
If I want to do this at the moment, I'm going to have to use an "external method"?
The above would require writing a DTML tag.
I meant, doing the equivalent (catching exceptions) not implementing the same syntax. --- Julian Morrison Programmer (Zereau Ltd)
participants (2)
-
julian@zereau.net -
Paul Everitt