Attributes |
Name | Required | Request-time | Type | Description |
resource | false | false | java.lang.String | The name of a resource containing the setup data for the component (in the JSON format). Example: resource="model1.json" |
url | false | false | java.lang.String | The URL of a page on the server that contains the setup data for this component (in the JSON format). The URL is relative to the root of the server. Example: url="/my-app/model.jsp?id=12" |
binding | false | false | java.lang.String | A value binding linking the component to the property of a backing bean. The property's type can be a hash map or an object. |