|
it is finding the factory root because it runs that autohandler and dhandler and shows the <& frontpage &> comp. on subsequent urls, such as /beerdb/beer/list, it again finds the factory components and uses that dhandler. it then fails on <& $request->template, %ARGS &> with the error "could not find component for path 'beerdb/beer/list'"
The MasonCompRoot is set outside of the <Location> blocks, so I cannot simply not set it, as all the other Mason apps need it. Is there a way to unset it inside the <Location> block?
|