Hi Federico, Many thanks for your suggestions.
However, I've implemented the actions using the AbstractRepositoryAction, overriding onExecute instead of execute, and additionally used setItemIdOfChangedItem and setItemContentChanged(true), but the underlying browser view still doesn't update after the action has executed. I believe this is simply due to the fact that we don't actually update the underlying jcr item, we perform workflow on it, which means it gets completed/removed and another item with a different ID is added, i.e. the item doesn't actually change but should be removed from the view we're presenting. Ultimately what I need is for the list of items itself to be refreshed, not just the item itself. (But your previous solution is definitely helpful for a few other things I need to do, so thanks!) Cheers, Dean -- 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]> ----------------------------------------------------------------
