GST Site Foundation Taglib
Tag translate-list


Tag to translate the results of a recommendation call (or any other list containing assettype,assetid columns. If the dimensionset cannot be found, or if the locale is not found, the original list is returned. The outlist is also set into the page context for iteration, as an instance of List(AssetId) with the name corresponding to outlist (or inlist if outlist is not set). Typical usage, therefore, is [gsf:translate-list inlist="recoList", dimset="global" /] or [gsf:translate-list inlist="recoList" dimset="1231243278234" locale="en_US" outlist="translatedList"/] [gsf:translate-list inlist="recoList" dimset="global" locale="11123323235792"/] or other similar variants.


Tag Information
Tag Classcom.fatwire.gst.foundation.taglib.TranslateListTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
inlisttruefalsejava.lang.StringName of input list in ICS context. Must have columns assettype,assetid. Other columns are ignored.
dimsetfalsefalsejava.lang.StringName of dimension set in String form, or ID of dimension set in String form.
localefalsetruejava.lang.StringPreferred locale. Can be either a String corresponding to the name of the dimension, or a String corresponding to the ID of the dimension. If not specified, an attempt to locate the locale in the context is made.
outlistfalsetruejava.lang.StringName of output list object in the ICS context. Will have columns assettype,assetid. The number and contents of other columns is not specified. If this attribute is not specified, the inlist will be replaced by this list. The name must be compatible with EL syntax.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.