Hi all, hope someone can help me with the following. If I have the following file based components:
/dhandler /foo /a/b/bar if I request the component "/a/b/foo", mason will search: "/a/b/foo", (failed) "/a/b/dhandler" (failed) "/a/dhandler" (failed) "/dhandler" (found it) I was expecting it to find "/foo". This is the depth first search for method calls: if foo() is called, it will search all the way up the inheritance hierarchy, failing that, it will search for Autoload all over again. Mason's component search differes from this. My question is whether there is a way to make a compoent call search the way the method search works, i.e., depth first? This will allow me to override the "foo" component in a subfolder. Thanks. Z. ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

