Good afternoon,

On 20/6/07 at 4:09 PM +0930, Jon Schutz <[EMAIL PROTECTED]> wrote:

Looks like a side-effect of another error.  If $c->stash->{template} is
not set, it defaults to the action name.

Presumably you have a sub called 'welcome' in your controller class and
under normal processing you set $c->stash->{template} = "something".
What happens if an error occurs with your DBIC schema manipulation -
does it bypass the setting of the template?

Thanks for the suggestion, but I don't think this is it. The $c->stash->{template} is being set explicitly and I've tested against different controllers & actions and the error from TT always shows the expected template name.

Thanks,
Charlie

--
   Charlie Garrison  <[EMAIL PROTECTED]>
   PO Box 141, Windsor, NSW 2756, Australia

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
http://www.ietf.org/rfc/rfc1855.txt

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to