> If you want to use the load_tmpl() method, I would create a custom sub-class > of CGI::Application which overrides the inherited load_tmpl() with your own > function which uses TT. This seems to be how other TT users have solved > this problem. Perhaps some other TT user on the list can explain their > solution in more depth.
I'm one of those. Jesse basically said it all. I don't use load_tmpl, I've got a CGI::App subclass with a different equivilant (I used a different name since the calling syntax is different). No problems, and the logic is compatible. --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/cgiapp%40lists.vm.com/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
