Thanks - that's just what I needed.

(However, a minor FYI, I had to cast it as
(WikiContext)wikiContext.clone();)

PS: I think the ChangeLog entry for 2.5.92 should read
WikiEngine.getDiff() rather than WikiEngine.makeDiff().


On Thu, 2008-05-29 at 20:53 +0300, Janne Jalkanen wrote:


> Create your own.  clone() is the best method for doing that, since  
> it's probably the most robust method for doing it.
> 
> WikiContext myctx = wikiContext.clone();
> myctx.setPage( anyPage );
> 
> /Janne

Reply via email to