ICEfaces EE Composite Components
Tag selectLocale


The Locale Selector Composite Component

Features

How To Use

  1. Add <ice-cc:selectLocale> to any page where you want to make a locale selection
  2. Add the attribute locale="#{localeController.sessionLocale}" to your view tag(s)
  3. Ensure a resource-bundle has been specified in faces-config.xml
  4. Ensure localized versions of the resource-bundle are present with language locale and possibly country locale. ie: messages_en.properties messages_en_US.properties
  5. Ensure each locale is registered as a supported-locale under locale-config in faces-config.xml

Example:
<ice-cc:selectLocale styleClass="localeStyle"/>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameSelect Locale

Attributes
NameRequiredRequest-timeTypeDescription
disabledfalsefalsejava.lang.BooleanFlag indicating that this component must never receive focus or be included in a subsequent submit.
effectfalsefalsecom.icesoft.faces.context.effects.EffectThe Javascript Effect
requiredfalsefalsejava.lang.BooleanSets whether the input value is required
titlefalsefalsejava.lang.StringPassed through to underlying component
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered.

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.