How can I set MyMessagesManager into messageManager property of the ConfigLoader class?
I would like to use a different class for MessagesManager, the default value is DefaultMessagesManager but I would to set MyMessagesManager class maybe the problem can be found in these TODOS of ConfigLoader class? [code]// TODO make these regular ObservedManagers // TODO use container lifecycle instead of manually calling init() ?? messagesManager.init(); [/code] MessagesManager.getInstance() return MyMessagesManager, but the init method is not called. thanks Luca -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=23d7fd89-dedd-450e-9e77-c741088713fd ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
