Hi there
Is there any recognised method for replacing the standard page that
appears in coldbox when there is an error with a page formatted by
yourself? Much like the cferror templates?
Thanks
Hi there
Is there any recognised method for replacing the standard page that
appears in coldbox when there is an error with a page formatted by
yourself? Much like the cferror templates?
Thanks
I would think the normal way to do it would be to use the following
option in your config.
<!--Full path from the application's root to your custom error page,
else leave blank. -->
<Setting name="CustomErrorTemplate" value="" />
-adam
worked perfectly thanks....