The code I needed to change was in EditServiceImplementation. Following your
recommendation I modified GetTextForTopic and SetTextForTopic to add
GetTextForTopicInExistingContext and SetTextForTopicInExistingContent. I did
not add the 2 new routines as WebMethods. Everything works as I would expect
it.

However, I found that I could do a modification (see below)

public void SetTextForTopicInExistingContent(args...)
{
        if (RequestContext.Current != null)
        {
                       //do operation
        }
}

This modification should ensure that additional code follows the rules that
are necessary for maintaining the integrity of the cache.

If you agree that this is desirable I will make the mods throughout the core
engine as necessary.

John Davidson
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to