(Quick Reference)

f:input

Description

f:input renders an appropriate input for a property, for example an <input type="text"> element for a String property or a <select> for an enum.

Using f:input directly will only be necessary for very specialized cases, usually it will be invoked via f:field .

Attributes

f:input accepts exactly the same attributes as the f:field tag.