Posted on 2005-02-15 18:14:59-08 by mreece in response to 115
Re: getting started (cont)
moving the app root out of /Public/mason, to /Public/apache/beerdb, did the trick. indeed the problem was leaking settings from the /Public/mason default MasonCompRoot.

note there is a syntax error (missing close-paren) in maybe_link_view:
% if ( $object->isa( 'Maypole::Model::Base' ) {

and it should probably actually be:
% if ( ref $object && $object->isa( 'Maypole::Model::Base' ) ) {

now the question remains, MasonX::Maypole or Maypole::View::Mason ... thoughts?
Direct Responses: 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.