section:view

Create a view that includes this section only. Normally, this tag is only used together with other views, using the add and subtract tags.

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

The name that will be given to this view, in the page scope.

section

The section to be used to get the view.

sectionId

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

uniqueName

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

name

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

property

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