JSP object snippet: AddressDisplay.jspf
This object snippet displays an address when included on a page, and the appropriate required parameters are set up.
Required parameters:
- address: An address data bean containing the address to display
Optional parameters:
- locale: The locale of the address to display. Note that in the starter stores this variable is declared for you. If locale is not provided a default display format is used.
Related concepts
Related reference
JSP object snippet: AddressEntryFormDisplay.jspf
JSP object snippet: CatalogEntryPriceDisplay.jspf
JSP object snippet: CatalogEntryThumbnailDisplay.jspf
JSP object snippet: NameEntryFormDisplay.jspf
Related information
Tutorial: Customizing the consumer direct sample store using snippets