The define
tag defines content
that is inserted into a page by a template. The define
tag can be used inside ui:composition
, ui:component
,
ui:decorate
, and ui:fragment
tags.
Content defined by the define
tag
can be inserted into a page by using ui:insert
.
Name | Required | Type | Description |
---|---|---|---|
name | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
|
Assigns a name to the content inside a |