profile:use

Sets the current profile within this tag. All profile tags that relate to the current profile in the body of this tag will use the specified profile. This tag will make any tags within its body use this profile.

Syntax
<profile:use
   name="..."?
   profileId="..."?
   property="..."?
   title="...">
   ...
</profile:use>
Attributes
title, mandatory

Title of the profile to use.

name

Name of an bean to specify profile to be set as default profile.

property

Property used to find the profile to be set as default profile.

profileId

Name of the profile used to to be set as default profile.