(Quick Reference)

ui:fieldLabel

Purpose

Specifies custom markup for the label part of a ui:field rendering.

Example

<ui:field bean="${form}" name="firstName">
	<ui:fieldLabel>Please enter your first name</ui:fieldLabel>
</ui:field>

Attributes

None. The body is used as the label content for the outer field tag.