ifHasMoreIterations
Includes its body if the current node is not the last node in the current iteration.
For example, if you display separators between the names of nodes, such as in a top-level navigation iView, use this tag to display the separator and the ifNotHasMoreIterations tag to prevent a separator after the last node.
The tag must be nested in one of the following tags:
· iterateInitialNavNodes
· iterateNavNodeChildren
· iterateNavNodesInSelectedPath
· iterateSelectedNavNodesLevel
· recurseNavNodeChildren
The following displays a separator if the iteration has more nodes.
<nav:ifHasMoreIterations>
<TD nowrap class="spacingTDPipeLevel2"> | </TD>
</nav:ifHasMoreIterations>