I am using Primefaces 4.0 and JSF 2.2. I used a picklist with a converter. The problem is that I don\'t get the correct arg2
in my converter. It always says
For picklist use this generic converter
:
import java.util.Map;
import java.util.Map.Entry;
import java.util.UUID;
import java.util.WeakHashMap;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.convert.Converter;
import javax.faces.convert.FacesConverter;
@FacesConverter(value = "entityConverter")
public class EntityConverter implements Converter {
private static Map