if (isValid() && hasValues)
{
// all selected values must match to the values of the available options
_ValueConverter converter = new _ValueConverter()
{
public Object getConvertedValue(FacesContext context, String value)
{
Object convertedValue = UISelectMany.this.getConvertedValue(context, new String[] {value});
if(convertedValue instanceof Collection)