/**
  * Whether the document is dirty since the last request.
  *
  * @return whether the document is dirty since the last request
  */
 public boolean isDirtySinceLastRequest() {
   return xformsControls.isDirtySinceLastRequest();
 }