Re: [xwiki-users] How to display strucured Data

2016-01-21 Thread Guillaume Delhumeau
Example: https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-default/src/main/java/org/xwiki/wiki/internal/descriptor/builder/DefaultWikiDescriptorBuilder.java#L254-254 2016-01-21 14:47 GMT+01:00 Guillaume Delhumeau

[xwiki-users] How to display strucured Data

2016-01-21 Thread Giordano Ninonà
Hi users, Searching and reading plenty of material, I have understood some of the XClass and Sheet behaviour, but I have still some problems because, even if I have created an XClass and a related Sheet (binded adding an "XWiki.ClassSheetBinding" object to the XClass document) and after have

Re: [xwiki-users] How to display strucured Data

2016-01-21 Thread Giordano Ninonà
P.S. I am working on Java, thus in each page I see that the last modification was performed by "Unknown user". 2016-01-21 12:58 GMT+01:00 Giordano Ninonà : > Hi users, > > Searching and reading plenty of material, I have understood some of the > XClass and Sheet

Re: [xwiki-users] How to display strucured Data

2016-01-21 Thread Guillaume Delhumeau
When you save a document with the Java API, you need to set a content author to the document. Otherwise, the change is saved with "Unknow User", which has not the right to write scripts. 2016-01-21 12:59 GMT+01:00 Giordano Ninonà : > P.S. I am working on Java, thus in