22 Aug
2011
22 Aug
'11
3:41 p.m.
Hi, In XE 2.7.2 and 3.1, using Groovy in a wiki page, a call to - xwiki.getDocument( "Main.WebHome") returns the correct document object - xwiki.getDocument( "WebHome") returns the WebHome doc object of the current space (not really documented in the javadoc) - xwiki.getDocument( "NotExistingDocName") returns a Document object (a empty one I suppose) instead of a null Is it a bug or do I miss something ? Is there another way to test that a page, specified by its name, exists ? Thanks Maxime Sinclair