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-…
Sent from the XWiki- Users mailing list archive at
Nabble.com.