On Apr 3, 2009, at 2:53 PM, Sergiu Dumitriu wrote: > 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.
"improvement" rather than "bug" would be better. We're trying to reduce our number of bugs ;) Thanks -Vincent _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

