Page does not redraw with updated content from action handler Options
robm
Posted: Monday, August 18, 2008 9:38:58 PM
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
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.