private static boolean isSubmitting(ClientBehavior behavior) {
   return behavior.getHints().contains(ClientBehaviorHint.SUBMITTING);
 }