| 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
Document data
Attachments:
No attachments for this document
Comments: 0