Posted on 2005-02-19 01:16:19-08 by mreece in response to 132
Re: overriding factory templates
changing line 263 (or near there, i've added and removed so many debugging statements that my line numbers may be slightly off) from

$m->prefix_comp_root( "table=>$table_comp_root" ) if -d $table_comp_root;

to

$m->prefix_comp_root( $self->table . "=>$table_comp_root" ) if -d $table_comp_root;

seems to fix this. now compiled components get written to and retrieved from {data_dir}/obj/{table_name}/ instead of "obj/table/"
Direct Responses: 136 | 137 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.