@Override
 protected String getSubmitParam(FacesContext context, UISelectMany selectMany) {
   return selectMany.getClientId(context) + "_input";
 }