On Wed, Jun 4, 2008 at 1:54 PM, Daniel McBrearty <[EMAIL PROTECTED]> wrote:
> I am using JSON in one or two places (for ajax) and TT elsewhere. > > For some reason "make test" has started forwarding to JSON by > *default* even though the test server still sends to TT. > > If you have more than one view type, what determines which is used by > default? > You should set default_view in your config as soon as you add a second view. Just use the part of the package name after "View::", so "TT" in your case. Todd -- Todd Holbrook Dream Theory Studios Inc.
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
