Skip to end of banner
Go to start of banner

Data Entry with Right Panel for Tree Page

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

Overview

A data entry is a screen that is a Data Entry with Right Panel Page that is used for Tree entity.

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

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

<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 the tree entity Unit Category.

  • No labels