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.



_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to