...
...
...
...
...
Ui text box | ||
---|---|---|
| ||
This composite component is used to |
...
display instructions on the page. It 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 | false | String | null | Unique identifier of the component. |
value | false | Object | null | The value of the component. |
Examples
JSF Page
|
Managed BeanThe following example illustrates how ...