Looks good to me. 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Davidson
Sent: Saturday, November 03, 2007 10:00 PM
To: FlexWiki Users Mailing List
Subject: Re: [Flexwiki-users] Changes

 

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