I'm using the following in my web.xml:
<context-param> <param-name>org.richfaces.CONTROL_SKINNING</param-name> <param-value>enable</param-value> </context-param> <context-param> <param-name>org.richfaces.CONTROL_SKINNING_CLASSES</param-name> <param-value>enable</param-value> </context-param>
<h:selectOneMenu id="rankId" value="#{myuser.rank}">
<s:selectItems value="#{userManager.userRanks}" var="rank" label="#{rank.rankText}" />
<s:convertEnum/>
</h:selectOneMenu>