[quote]Hi, you might want to extend AbstractRepositoryAction instead of AbstractAction. This will fire a ContentChangedEvent after a successful execution. Such event is handled by info.magnolia.ui.contentapp.browser.BrowserPresenter which in turn will call info.magnolia.ui.workbench.WorkbenchPresenter.refresh(). The latter is the magic method doing the workbench visual update. HTH,
Federico[/quote] Re-reading your post and looking into the code a bit more, I was wrong and you would actually expect the entire view to update. I see the eventBus being fired via the AbstractRepositoryAction using a ContentChangedEvent. However the BrowserPresenter ContentChangedEvent handler (line 157) is never executed, thus the WorkbenchPresenter.refresh() is never called. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=4ac3261f-9e28-4546-a32d-cdc561af07bf ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
