3 Feb
2015
3 Feb
'15
5:12 p.m.
How can I create spaces and pages from a component in Java? I've just tried with this code but doesn't work.. XWikiContext context = getXWikiContext(); XWiki wiki = context.getWiki(); DocumentReference doc = new DocumentReference("Home","MySpace","MyPage"); try { wiki.getDocument(doc, context); return 0; } catch (XWikiException e) { e.printStackTrace(); return 1; } -- View this message in context: http://xwiki.475771.n2.nabble.com/Create-spaces-and-pages-from-a-component-t... Sent from the XWiki- Users mailing list archive at Nabble.com.