Hi Vincent,
i found a simple script-solution:
{{velocity}}
**Parents**:
#set($hql = "where doc.space='Main' order by doc.date asc")
#set($results = $xwiki.searchDocuments($hql, 0, 0))
#foreach ($item in $results)
#set($document = $xwiki.getDocument($item))
##* $document.getFullName()
#foreach( $link in $document.getLinks() )
##** $link.getLink()
#if($link.getLink().equals($doc.getFullName()))
* [[$link.getFullName()]]
#end
#end
#end
{{/velocity}}
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Links-to-from-page-tp7587920p7587924.html
Sent from the XWiki- Dev mailing list archive at
Nabble.com.