This is a snippet that I found very useful for navigational purposes:
Title: Space menu
Level: Intermediate
Target: Developer/User
Since: N/A
Description:
Lists pages in the current space:
{{velocity}}
|=Menu
#set($sql = "where doc.parent = '${doc.web}.${doc.name}'")
#foreach($item in $xwiki.searchDocuments($sql))
|[[${item}]]
#end
{{/velocity}}
Regards
Lockie
-----
Lockie
--
View this message in context:
http://xwiki.475771.n2.nabble.com/UX-Tips-Tricks-tp6603500p6617108.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.