how can I display internationalized labels for the values (defined in a list constraint) in a select list? I can regsiter a custom converter in my web-client-config-custom.xml, but that is for the value only, not for the label it seems.
String msg = bundle.getString(value of the property of the node); context.addMessage(null, new FacesMessage(msg));
display with something like <hutputtext value="#{}"/> or cut through JSTL . You may need to put the string msg in the page or request scope in order to access it in a tag way.