<render:getSkinPath> Tag

This tag returns the path of an image used in the current skin. Every Look & Feel can have a different directory structure as well as different client classifications and localization; this tag resolves the location based on just the file name.

Syntax

<tagName attribute="value">
</tagName>

Attributes

imageName

Required (String) - This image used in the skin for which you want to return the path. The image name is appended to the path.

id

Optional (String) - The variable in which to store the image path.

Example

<render:getSkinPath id="skinPath" imageName="window-icon.gif" />