Rank: Enthusiast
Joined: 6/22/2007 Posts: 29
|
I created an action handler (umbraco.BusinessLogic.Actions.IActionHandler) which makes a call and retrieves external data. It publishes the retrieved data correctly to the database and to the cache but does not redraw on the page correctly. The pages redraws with the data submitted before changes by the action handler. I have to click on the page in the tree before it shows the page correctly.
I use:
documentObject.Publish(u); umbraco.content.Instance.RefreshContentFromDatabaseAsync();
to publish and update the DB and cache.
Any help would be appreciated.
Umbraco v 3.04
Thanks Rob
|