UI-Component Sets
Project Documentation

Summary

Facelet Tag name: <ui:insert>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.ui.InsertHandler
The insert tag is used within your templates to declare spots of replicable data.

Attributes

Name Type Required Description
name javax.el.ValueExpression true The optional name attribute matches the associated <ui:define/> tag in this template's client. If no name is specified, it's expected that the whole template client will be inserted.