(Quick Reference)

ui:fieldHint

Purpose

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

Example

<ui:field bean="${form}" name="${beastNumber}">
	<ui:fieldHint>
		Hint: his neighbour is at number 668.
	</ui:fieldHint>
</ui:field>

Attributes

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