/**
  * Invoked from subclasses after they have written their tag and (where appropriate) their
  * informal parameters <em>and</em> have allowed their {@link Validator} to write markup as well.
  */
 protected final void decorateInsideField() {
   decorator.insideField(this);
 }