section:ancestorView

Creates an ancestor view for the given section.

Syntax
<section:ancestorView
   height="..."?
   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.

section

The section to be used to get the ancestor view.

sectionId

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

uniqueName

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

name

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

property

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

height

includeRoot

Optional boolean value specifying if the root section is to be included in the view. The default is 'true'.