2 Replies Latest reply on Oct 9, 2007 1:11 PM by steven.whatmore

    Internationalization of SelectOneMenu (Dropdown) display val

      Good afternoon,

      I am wondering exactly how do you Internationalize the display values that are used in the drop-down list (following component)

      <h:selectOneMenu required="true" value="#action.rowData.active}">
       <f:selectItems value="#{action.activeValues}" />
      </h:selectOneMenu>


      I would like use a token that I haved in my messages.properties files and then specify that token when I create the SelectItem but I don't think it supports this.

      Any ideas?

      Whatty