Thank you guys for your help.<br>Somehow it works now, though I don't know why.<br>All I have now is my Formbuilder source file<br><br>and <br>$c-&gt;stash-&gt;{template} = 'customers/signup.tt2';<br> <br>in the controller.
<br>I am quite sure that I had the same setup during my experimentation, but I don't know why it works now.<br><br>Once again, thank you all for your help.<br><br>Regards, <br><br>Moritz<br><br><div><span class="gmail_quote">
On 9/19/06, <b class="gmail_sendername">Jason Kohles</b> &lt;<a href="mailto:email@jasonkohles.com">email@jasonkohles.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<div><div><span class="q"><div>On Sep 19, 2006, at 1:37 AM, Moritz Sisenop wrote:</div><br><blockquote type="cite">When I try<br><br>$c-&gt;path_to(qw/root customers signup.tt2/)<br><br>there is no Catalyst error message anymore. 
<br>Just a TT one: &quot;Not a GLOB reference at /usr/local/lib/perl/5.8.7/Template/Provider.pm line 647.&quot; <br><br></blockquote></span>Template Toolkit doesn't know what to do with the Path::Class::File object that path_to is going to return,
</div><div>use $c-&gt;path_to(qw/root customer signup.tt2/)-&gt;stringify instead.</div><div><br></div>--&nbsp;<br><div><span style="border-collapse: separate; border-spacing: 0px; color: #000000; font-family: &quot;Helvetica [Adobe]&quot;; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px">
<div>Jason Kohles</div><div><a href="mailto:email@jasonkohles.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">email@jasonkohles.com</a></div><div><a href="http://www.jasonkohles.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.jasonkohles.com</a>/</div><div>&quot;A witty saying proves nothing.&quot;&nbsp; -- Voltaire</div><br></span></div><br></div><br>_______________________________________________<br>List: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Catalyst@lists.rawmode.org">
Catalyst@lists.rawmode.org</a><br>Listinfo: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.rawmode.org/mailman/listinfo/catalyst" target="_blank">http://lists.rawmode.org/mailman/listinfo/catalyst
</a><br>Searchable archive: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.mail-archive.com/catalyst@lists.rawmode.org/" target="_blank">http://www.mail-archive.com/catalyst@lists.rawmode.org/</a>
<br>Dev site: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://dev.catalyst.perl.org/" target="_blank">http://dev.catalyst.perl.org/</a><br><br><br></blockquote></div><br>