| Attributes |
| Name | Required | Request-time | Type | Description |
| page | false | true | java.lang.String | Synonym for file. |
| file | false | true | java.lang.String | URI of the file that should be included. |
| property | false | true | java.lang.String | Specify a property of the current JSP that provides the URI of the file that should be included. |
| attribute | false | true | java.lang.String | Specify the file to include via an attribute of the servlet request and provide the attribute's name via this tag-attribute. |
| suffix | false | true | java.lang.String | A suffix, appended to the specified file that should be included. Can only be used in combination with the attributes property or attribute. |
| element | false | true | java.lang.String | The element to select form the included (JSP) file. |
| editable | false | true | java.lang.String | Deprecated. Flag to indicate if the included (JSP) file is editable. |
| cacheable | false | true | java.lang.String | Flag to indicate if the included file should be cacheable in the Flex Cache. Default: "true". |