| Attributes |
| Name | Required | Request-time | Type | Description |
| caption | true | true | java.lang.String | The caption for this page's crumb. |
| responsePage | false | true | java.lang.String | The response page when this link is selected. If this is not set, it will default to the current page name. |
| errorPage | false | true | java.lang.String | The error response page when an error occurs. |
| dsn | false | true | java.lang.String | The data source name for this field. |
| href | false | true | java.lang.String | The href pattern used for this tag's crumb. Valid placeholders are: {0} = caption {1} = response page {2} = error page ( the current page's response page ) {3} = dsn ( the current page's data source name ) |
| reset | false | true | java.lang.String | Set to true to have the crumbtrail reset on starting on this page. |