Overview
A data entry is an XHTML page a screen that is used to display Data entry pages are used to display a single record and consist of two XML files: the layout file and the definition file. Through a data entry pagedisplay an entity. Through this page, the user can create, view, modify, delete or apply other operations on a record.
Info
Attributes
Getting Started with AuditLogButtonan entity.
Note |
---|
The template that is used in data entry page is data_entry_template.xhtml. |
Note | |||||
---|---|---|---|---|---|
A data entry page should define the following metadata in "content" ui:define tag, where managedBean is the managed bean name of the page. Also additional parameters that are mapped with managed bean class properties can be defined.
|
Getting Started
The following example illustrates a data entry page of a Country. It is used by Summary Page Example and Summary with Lazy Data Model Example.