You can configure the default number of records displayed per page and the field name that is displayed with each record.

To do this, specify values for properties of the resultsListDefaultConfig bean in assembler-context.xml as follows.

To specify the default number of records displayed per page, set the value of the recordsPerPage property; for example:

<property name="recordsPerPage" value="12" />

To specify the field name displayed with a record, set the value of the recordDisplayFieldName property; for example:

<property name="recordDisplayFieldName" value=" common.id" />

For example, a front end application can display the common.id property of a record as follows:


Copyright © Legal Notices