> Another newbie question....I've read the docs but > didn't see this covered. I had to add my own > "DirectoryIndex" code in my handler (so > http://www.domain.com/test/ will correspond to the > index.html template). Is this the normal way to do > this with TT?
In any situation, you will either explicitly map templates to actions in your code or use the filename that Apache thinks should handle the request as the name of the template to run. If you're taking the latter path, you can try using Apache::Template and subclass it to add your data processing up front. - Perrin
