This composite component is used to display a header with on the page.
It is accessed through the <crm:tabHeader> tag and is defined in the xmlns namespace with the declaration xmlns:em="http://java.sun.com/jsf/composite/crm".
Attributes
Name | Required | Type | Default | Description |
---|---|---|---|---|
id | false | String | null | Unique identifier of the component. |
managedBean | false | String | null | The name of the managed bean that will be used for retrieving the component values. |
tip | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as an advisory tooltip information. |
value | false | String | null | A valid key defined in translation properties file. Its translation through the glossary will be used as the presentable name of the component. |
Examples
JSF Page
|
Managed Bean
|