1 Reply Latest reply on Oct 24, 2008 6:43 AM by kubek2k

    h:outputText and h:outputLabel not being skinned

      Following code:

      <h:form id="localeChangeForm">
       <h:outputLabel for="localeSelector" value="#{messages['localizedDictionary.locale']}"/>
       <h:selectOneMenu id="localeSelector" value="#{localeSelector.localeString}" valueChangeListener="#{localeSelector.select}" immediate="true" onchange="submit()">
       <f:selectItems value="#{localeSelector.supportedLocales}"/>
       </h:selectOneMenu>
       </h:form>
      

      gives no skinning for the h:outputLabel (while the selectOneMenu is) - is this a normal behaviour ? (version 3.2.2.GA)