Michele Manfrin wrote:
> Hi all
> 
> Is there a method in xwiki 1.5 to print all pages in a single space?
> An example: I have one space that contains 10 pages all about a spacific
> argument that characterizes the space.
> If I want print all 10 pages in a single click how can i do?
> thanks in advance!
> 

The most simple version:

#foreach($i in $xwiki.getSpaceDocsName("Space"))
* $i
#end

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to