...
...
...
Overview
The <crm:instructions> tag is used to display instructions on the page.
The component itself is accessed through the <crm:instructions> 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 |
...
true | String | null | Unique identifier of the component. |
value |
...
true | Object | null | The value of the component. |
Examples
JSF Page
|
Managed Bean
...
Getting Started
The following example shows instructions component.