MasonX-Maypole - Re: getting started (cont)

Posted on Tue Feb 15 20:14:59 2005 by mreece in response to 115 (See the whole thread of 15)
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?
Write a response