(Quick Reference)

f:all

Description

Renders fields for all properties of an object by using f:field for each property.

The id , version , dateCreated and lastUpdated properties are skipped on domain classes. Additionally any property with a display: false constraint set will be skipped.

Attributes

NameRequired?Description
beanif not inside f:with The bean whose property is being rendered. This can be the object itself or the name of a page-scope variable.
except A comma-separated list of properties that should be skipped (in addition to the defaults).
order A comma-separated list of properties which represents the order in which the tag should generate fields.
prefixStringA string (including the trailing period) that should be appended before the input name such as name="${prefix}propertyName". The label is also modified.