Table of Contents
Raising exceptions
Errors can be raised from DTML using the raise tag.
raise
For example:
<!--#if expr="condition_that_tests_input"--> <!--#raise type="Input Error"--> The value you entered is not valid <!--#/raise--> <!--#/if-->