Hello Stuart,

[snip]
One thing I haven't been able to do as yet is to put different access
rights on individual sections of a document. It seems that XWiki only
allocates access rights to the document as a whole.

Is this possible and if so how to do it?

If it is not yet possible, is likely to be in the future?
[/snip]
[MR]
I don't think it's possible to grant edit rights to sections of a page.
As far as viewing sections of a page is concerned think that is already
possible as follows using checkAccess
(http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xwiki/api/XWiki.html#checkAccess(java.lang.String,%20java.lang.String)):

- [Link to a resource available to everyone>Main.WebHome]
#if($xwiki.checkAccess("Whois.WebHome", "view"))
- [Whois>Whois.WebHome]
#end
[/MR]

Mazzel,

Martijn.

_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to