Question How do I show navigation links to Parent and Children Pages
Answer Yes, this is possible.
Parent is $doc.parent or [${doc.parent}]
Link to children is also possible using velocity:
#set($sql = "where doc.parent = '${doc.web}.${doc.name}'")
#foreach($item in $xwiki.searchDocuments($sql))
* [${item}]
#end
Version 1.4 last modified by Vincent Massol on 10/12/2006 at 12:50

Comments 0

No comments for this document

Attachments 0

No attachments for this document

Creator: AppleBrigade on 2005/11/02 23:29
This wiki is licensed under a Creative Commons license
1.5.2.12758