[Product-Developers] debugging overriding skin templates with browser views

Dylan Jay gmane at dylanjay.com
Thu Jun 5 02:15:12 UTC 2008


Hi,

Rightly or wrongly I'm replacing plones search.pt with a new browserview 
version for a site I'm doing.

zcml looks like

<browser:page
     name="search"
     template="search.pt"
     for="*"
     permission="zope.Public"
         layer=".interfaces.IPubNSWLayer"
     />

It uses my view on subdirs but plones default search.pt on the siteroot.

What's the best way to debug this kind of precedence problem?

Dylan.






More information about the Product-Developers mailing list