Phoenix doesn't support the Selector. Timothy's approach is the correct
one for a Phoenix environment.
:/
Are there plans to support it in the future?
I don't believe so.
Phoenix currently requires all dependencies to be explicitly declared on a component. Furthermore, the most common way to satisfy those dependencies is via a declarative mapping in the assembly.xml (there is experimental code for auto-assembly in the HEAD branch I believe).
In Phoenix, a dependency can be upon a single component, or a map or array of components. Thus the problem that the Selector solves can be solved via those means.
-pete
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
