Hi I'm using CGI::Application::Plugin::TT. My error mode is in my app's base class, and I want to be able to direct any run mode errors to a template. CAP::TT looks for the template in the template path using the same hierarchical structure as the calling module (MyApp::Example::runmode maps to MyApp/Example/runmode.tmpl). However, it is the sub classes that determine hierarchy - so I'm trying to find a single place to put the template that will be accessible to all sub-classes. Is there a way to do this?
Regards Dan --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
