jsf custom converter
问题 I'm new to jsf 2.0 and spring 3.0 , i have a requirement to use custom converter in jsf 2.0.But it is not recognized,when i access my xhtml page it is showing an exception "Named object not found" .I had used @FacesConverter annotation for the custom converter and it is using in the h:selectOneMenu.But i'm getting the error.could any one help in this... @FacesConverter("selectItemsConverter") public class SelectItemsConverter implements Converter { public Object getAsObject(FacesContext