| Attributes |
| Name | Required | Request-time | Type | Description |
| name | false | false | java.lang.String | The name attribute. |
| caption | true | true | java.lang.String | The caption attribute. |
| disabledCaption | false | true | java.lang.String | The caption to use when the link is disabled. |
| dsn | false | true | java.lang.String | The data source name the action applies to. |
| action | false | true | java.lang.String | The action to apply to the data source. |
| condition | false | true | java.lang.String | The optional conditional condition to enable the link. |
| showDisabled | false | false | java.lang.String | If set false, then the link is not disabled at all when disabled. |
| accesskey | false | true | java.lang.String | No Description |
| onblur | false | true | java.lang.String | The onblur event handler. |
| onclick | false | true | java.lang.String | The onclick event handler. |
| ondblclick | false | true | java.lang.String | The ondblclick event handler. |
| onfocus | false | true | java.lang.String | The onfocus event handler. |
| onkeydown | false | true | java.lang.String | The onkeydown event handler. |
| onkeypress | false | true | java.lang.String | The onkeypress event handler. |
| onkeyup | false | true | java.lang.String | The onkeyup event handler. |
| onmousedown | false | true | java.lang.String | The onmousedown event handler. |
| onmousemove | false | true | java.lang.String | The onmousemove event handler. |
| onmouseout | false | true | java.lang.String | The onmouseout event handler. |
| onmouseover | false | true | java.lang.String | The onmouseover event handler. |
| onmouseup | false | true | java.lang.String | The onmouseup event handler. |
| style | false | true | java.lang.String | The inline CSS style. |
| styleclass | false | true | java.lang.String | The CSS style class; this sets the tags class attribute. |
| disabledStyleclass | false | true | java.lang.String | The CSS style class to use when the tag is disabled. This sets the tags class attribute. |
| styleid | false | true | java.lang.String | The CSS style using ID selectors. |
| tabindex | false | true | java.lang.String | The tab index for the generated link. |
| href | true | true | java.lang.String | The href attribute. |
| type | false | true | java.lang.String | The type attribute. |
| target | false | true | java.lang.String | The target attribute. |
| method | false | true | java.lang.String | The method attribute. |
| hreflang | false | true | java.lang.String | The hreflang attribute. |
| coords | false | true | java.lang.String | The coords attribute. |
| charset | false | true | java.lang.String | The charset attribute. |
| responsePage | false | true | java.lang.String | The responsePage. The default responsePage will be used if not specified. |
| errorPage | false | true | java.lang.String | The errorPage. The default errorPage will be used if not specified. |
| title | false | true | java.lang.String | The title ( tool tip) attribute. |