[xwiki-users] List of all pages of space

2008-09-05 Thread Sime Suljic
Hi people, How can I get list of links on the all pages of some space? Regards, Sime ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] List of all pages of space

2008-09-05 Thread Sime Suljic
How can I get list of links on the all pages of some space? Oh, this is answer: #foreach($subdoc in $xwiki.getSpaceDocsName($doc.space)) - [${doc.space}.${subdoc}] #end It's easy :-) Sime ___ users mailing list users@xwiki.org