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>I didn't try&nbsp;what&nbsp;John&nbsp;recommended&nbsp;since&nbsp;I&nbsp;want&nbsp;to&nbsp;keep&nbsp;my&nbsp;form&nbsp;descriptions&nbsp;and&nbsp;tt-templates&nbsp;in&nbsp;different&nbsp;dirs.<br> Instead tried <br><br>template: <br>        &nbsp;&nbsp;type: TT2<br>        &nbsp;&nbsp;template: __path_to(root src customers signup.tt2
)__<br>        &nbsp;&nbsp;&nbsp;&nbsp;engine: <br>                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include_path: __path_to(root src)__<br>                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INTERPOLATE: 1<br>                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ABSOLUTE: 1<br><br>but that didn't work.<br><br>John, I am can't even worry about the DB stuff right now ;)<br>Roy, sorry I meant to write I am using Catalyst::Plugin::FormBuilder
<br><br>Regards,<br><br>Moritz<br>