Hi Patrick, I see two issues with your snippet: - First, you should 'remap' the interface type (info.magnolia.ui.workbench.tree.TreeView) to your custom tree view implementation, not the default impl. - Then, you are indeed assigning this mapping to the global IoC container: <id>main</id> There, you should specify the container id as follows: app-<app name>-<subapp name>.
This is described in more details at http://documentation.magnolia-cms.com/display/DOCS/Programming+an+app. Cheers, Mika -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=3d1630c5-cb01-4ce0-ace8-15e9e05b4abf ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
