Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

A data entry with right panel page  is an XHTML page page is a screen that is used to display data in a tabular format based on a single filter criterion and an entity in the right panel of the page. Through this page, the user can create, view, modify, delete or apply other operations on an entity.

Note

The template that is used in data entry page is data_entry_template.xhtml. 


Note

A data entry with right panel 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.

Code Block
languagexml
<f:metadata>
	<f:viewParam name="id" value="#{managedBean.id}"/>
	<f:viewParam name="action" value="#{managedBean.action}"/>
	<f:viewAction action="#{managedBean.onload}" />
	<f:event type="postAddToView" listener="#{managedBean.setCRMSessionHandle()}"/> 
</f:metadata>



Getting Started

The following example illustrates a data entry with right panel page of an Attachment Classification.