(Quick Reference)

ui:fieldInput

Purpose

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

Example

<ui:field label="two.favourite.colours">
	<ui:fieldInput>
		<ui:input bean="${form}" name="favouriteColour1"/>
		&
		<ui:input bean="${form}" name="favouriteColour2"/>
	</ui:fieldInput>
</ui:field>

Attributes

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