1.0 EA2 1.2 fmt http://java.sun.com/jstl/ea/fmt JSTL fmt JSTL 1.0 i18n-capable formatting library org.apache.taglibs.standard.tlv.JstlFmtTLV expressionAttributes requestEncoding:value locale:value locale:variant timeZone:value bundle:basename bundle:prefix message:key message:bundle param:value formatNumber:value formatNumber:pattern formatNumber:currencyCode formatNumber:currencySymbol formatNumber:groupingUsed formatNumber:maxIntegerDigits formatNumber:minIntegerDigits formatNumber:maxFractionDigits formatNumber:minFractionDigits parseNumber:value parseNumber:pattern parseNumber:parseLocale parseNumber:integerOnly formatDate:value formatDate:pattern formatDate:timeZone parseDate:value parseDate:pattern parseDate:timeZone parseDate:parseLocale Whitespace-separated list of colon-separated token pairs describing tag:attribute combinations that accept expressions. The validator uses this information to determine which attributes need their syntax validated. Provides core validation features for JSTL tags. requestEncoding org.apache.taglibs.standard.tag.el.fmt.RequestEncodingTag EMPTY Sets the request character encoding value false false locale org.apache.taglibs.standard.tag.el.fmt.LocaleTag EMPTY Establishes the locale to use for resource bundles and formatting value true false variant false false scope false false timeZone org.apache.taglibs.standard.tag.el.fmt.TimeZoneTag JSP Establishes the time zone in which to represent a <formatDate> tag's time information value true false var false false scope false false bundle org.apache.taglibs.standard.tag.el.fmt.BundleTag JSP Loads a resource bundle containing localized messages basename true false prefix false false var false false scope false false message org.apache.taglibs.standard.tag.el.fmt.MessageTag JSP Maps key to localized message and performs parametric replacement key false false bundle false false var false false scope false false param org.apache.taglibs.standard.tag.el.fmt.ParamTag JSP Supplies an argument for parametric replacement to a containing <message> tag value false false formatNumber org.apache.taglibs.standard.tag.el.fmt.FormatNumberTag JSP Formats a numeric value as a number, currency, or percentage value false false type false false pattern false false currencyCode false false currencySymbol false false groupingUsed false false maxIntegerDigits false false minIntegerDigits false false maxFractionDigits false false minFractionDigits false false var false false scope false false parseNumber org.apache.taglibs.standard.tag.el.fmt.ParseNumberTag JSP Parses the string representation of a number, currency, or percentage value false false type false false pattern false false parseLocale false false integerOnly false false var false false scope false false formatDate org.apache.taglibs.standard.tag.el.fmt.FormatDateTag JSP Formats a date and/or time using the supplied styles and pattern value false false type false false dateStyle false false timeStyle false false pattern false false timeZone false false var false false scope false false parseDate org.apache.taglibs.standard.tag.el.fmt.ParseDateTag JSP Parses the string representation of a date and/or time value false false type false false dateStyle false false timeStyle false false pattern false false timeZone false false parseLocale false false var false false scope false false