| Sign In/My Account | View Cart |
| Attribute Name | Type | Required | Description | Default value |
| locale | java.util.Locale | no | Locale to use in looking up the resource bundle | Server's default locale unless specified in the tag |
| textID | String | yes | Resource identifier for the text to retrieve from the resource bundle | N/A |
| resourceBundleName | String | yes | Name of the resource bundle from which to retrieve the localized text specified by the textID attribute | N/A |
[ Back to Article ]
| Attribute Name | Type | Required | Description | Default value |
| locale | java.util.Locale | no | Locale to use in retrieving a proper date format object | Server's default locale unless specified in the tag |
| date | java.util.Date | yes | Date to be formatted | N/A |
| datePattern | String | no | User-defined format for outputting the date | N/A |
| style | int | no | Style format for formatting the date output | java.text.DateFormat.MEDIUM |
[ Back to Article ]
| Attribute Name | Type | Required | Description | Default value |
| locale | java.util.Locale | no | Locale to use in retrieving a proper collator object | Server's default locale unless specified in the tag |
| optionList | java.util.ArrayList | yes | Items to be sorted in generating the <OPTION></OPTION> list | N/A |
[ Back to Article ]
| Attribute Name | Type | Required | Description | Default value |
| locale | java.util.Locale | no | Locale to use in creating the proper image directory reference | Server's default locale unless specified in the tag |
| image | String | yes | Image name | N/A |
| imagePath | String | yes | Path to the images directory | N/A |
| imageHeight | String | yes | Image height | N/A |
| imageWidth | String | yes | Image width | N/A |
[ Back to Article ]