[Catalyst] Catalyst::Plugin::XMLRPC/Catalyst::Component::ACCEPT_CONTEXT issue.

2008-11-01 Thread kevin montuori
hi all -- i have a trivial catalyst (version 5.7015) application using the XMLRPC plugin (version 1.0) with two controllers lib/MyApp/Controller/API.pm lib/MyApp/Controller/API/SubGroup.pm and one mixin class lib/MyApp/ControllerBase/Quux.pm which uses the base class

Re: [Catalyst] how to set a default (index.html) page (Template Toolkit used)

2008-11-01 Thread kakimoto
any ideas? Quoting [EMAIL PROTECTED]: hi guys i am fine tuning my application. Like the examples given in the tutes, the default page is to login the user. How do I load a default page (ie index.html)? Assume it is stored in project-name/root/static. I was looking at Root.pm

Re: [Catalyst] how to set a default (index.html) page (Template Toolkit used)

2008-11-01 Thread Devin Austin
well it's defined in Root.pm, the default() method. It defaults to $c-welcome_page (or something close). Typically you use a template instead of a static HTML page for your default page, so you'd simply set which template you want (which depending on your set up is usually located in