section:recursiveView

Create a view that includes the specified section, and all of its sub-sections, optionally limited to a level. If no section is specified, the "default" section will be used as the base section.

Syntax
<section:recursiveView
   depth="..."?
   id="..."
   includeRoot="..."?
   name="..."?
   property="..."?
   section="..."?
   sectionId="..."?
   uniqueName="..."?/>
Attributes
id, mandatory, no runtime expressions

The name of the page-scoped attribute to create with this view.

depth

Include this number of levels in the view. Setting depth to 1 limits the view to the root element, while setting it to 2 includes the immediate children.

includeRoot

Optionally, specify whether the base section (specified by the section or sectionName attributes) is to become part of the view. By default, this value is "true", and can be set to either "true" or "false".

section

The section to be used to get the recursive view.

sectionId

Id of the section to be used to get the recursive view.

uniqueName

Unique name of the section to be used to get the recursive view.

name

Name of bean to get section to be used to get the recursive view.

property

Property to get the section to be used to get the recursive view. This attribute can not be used without the name attribute.