Julien Revert wrote: > Hi, > > Can anyone give me a part of code using XWikiXmlRpcClient in java to get > and put a XWikiPage wich is a XWikiClass (like page XWiki.XWikiSkins page). > > I get Class information using : > XWikiClass xwikiClass = curClient.getClass(this.fullName); > SystemOut(xwikiClass.toMap().toString()) ; > > But My problem is to put this information because I could only call the > following method wich have no information about Class: > curClient.storePage(xwikiPage); >
Looks like there's no method for storing classes. Open a bug report on jira.xwiki.org for it. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

