Hi,
I'm using a LoadFeed tag inside of a template's ItemsTemplate to display the status of a record depending on the value of field.
The ItemsTemplate lists evaluations of a person and the LoadFeed tag loads the evaluations for the current person listed in the ItemsTemplate. The evaluations for an individual are loaded using the LoadFeed tag, with different color buttons being used to display evals that have different status values set (by a different xmod template on another page). This is all working fantastic!!!
What I am experiencing is that when an evaluation has had its status changed, the LoadFeed yag appears to be caching the old status. F5 need to be pressed two or three time before the LoadFeed recognizes that the value has changed.
How can I prevent the browser? or DNN? or XMP? from caching previous values?
Or am I barking up the wrong tree and should I be trying to force a hard refresh of the page each time it loads as a better approach? (If I knew how to do that)
DNN page and module cache settings are set no to cache at all.
Any help would be appreciated.
Thanks..
Mark