(Sorry, posted this reply in the wrong thread)
Ah nevermind I found the answer in the FAQ, was alot simpler than I thought:
--
#foreach ($item in $xwiki.searchDocuments("where doc.web='SpaceName'"))
* [$item]
#end
--
It makes a "Web Home" link though, how can I get rid of that? So far I'm
stuck at:
--
#set ($hiddenpage = ["SpaceName.WebHome"])
#foreach ($item in $xwiki.searchDocuments("where doc.web='SpaceName'"))
#if ($hiddenpage.contains($item)
__something__
* [$item]
#end
#end
--
Thanks for your patience
Lockie.
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Panels-tp5306756p5455654.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.