wf-core:renderGroup

This tag looks for the group processors of the group provided in the com.escenic.framework.descriptor.GroupDescriptorFactory with the help of the com.escenic.framework.descriptor.GroupDescriptor to carry out any processing required by the group, and renders the template of the group.

Syntax
<wf-core:renderGroup
   group="..."?
   templatePath="..."?>
   ...
</wf-core:renderGroup>
Attributes
group

The group for which to render the template.

templatePath

An optional parameter to specify the path to the group template. If not specified, the template will be located from the path /template/framework/group/<group-name>.jsp.