Hi, I'd like to add various web pages to my Catalyst app without the need to modify controllers and restarting the server. Instead, I just want to add a Template::Toolkit .tt2 file on the file system and it get picked up automatically.
I'm not sure of an elegant/recommended way to produce an action to handle this sort of functionality, presumably some sort of logic in Root default action, that automatically detects template and displays it otherwise produces error and redirects to my 404 handle. Any tips would appreciated! Thanks, Anthony _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/