关于在backbean中如何分离selectonemenu的value和label时查到的代码:
<h:selectOneMenu value="#{location.locationType}" >
<s:selectItems value="#{locationType}" var="type" label="#{type.locationType_de}" />
<s:convertEntity/>
</h:selectOneMenu>