| Home > Guides > Tag Developers Guide > Struts Tags > Tag Reference > Generic Tag Reference > property | 
Please make sure you have read the Tag Syntax document and understand how tag attribute syntax works.
Used to get the property of a value, which will default to the top of the stack if none is specified.
Dynamic Attributes Allowed:false | |||||
Name | Required | Default | Evaluated | Type | Description | 
|---|---|---|---|---|---|
| default | false | false | String | The default value to be used if value attribute is null | |
| escape | false | true | false | Boolean | Deprecated. Use 'escapeHtml'. Whether to escape HTML | 
| escapeCsv | false | false | false | Boolean | Whether to escape CSV (useful to escape a value for a column) | 
| escapeHtml | false | true | false | Boolean | Whether to escape HTML | 
| escapeJavaScript | false | false | false | Boolean | Whether to escape Javascript | 
| escapeXml | false | false | false | Boolean | Whether to escape XML | 
| value | false | <top of stack> | false | Object | Value to be displayed |