Anyway Do you know where is source code of Page type to improve it (IMA view mode must display a link to the target)?
https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwik... https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwik...
but I would rather create a default custom displayer, http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise... Yes maybe I must understand this way (I must think if I must use java stuff or not) Ok thxs (it's a shame it is not on developper doc). The same about catch an error on velocity code: it is "hiding" in a Release note
found a issue too: my select list list all page (with MyClass object) ... even my Template with MyClass object who is hidden.
Does it behave the same with a DatabaseList property? The Page property is nothing more than a wrapper for the DatabaseList property.
Yes it is the same: I just tested. hidden filter is not applied (of course I checked that user preference is "don't show hidden doc") Do you know where is query to check it?
https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwik...
Here you are: http://jira.xwiki.org/browse/XWIKI-12031 (it is java code: not for me :-) ) Thxs