File acs-tcl/tcl/def-procs.tcl has a lot of procs that are involved in returning error pages.
In DotLRN if ad_page_contract performs validation and ad_complain is called, ad_header_with_extra_stuff returns a custom build html page.
This page is outside the dotlrn 'scope'.
I would like to build a page that calls the default master in dotlrn (dotlrn-master) so that the error page seems to be within dotlrn.
Is it possible to build an ADP page that is evaluated and uses dotlrn-master as its master template?