/**
  * 
  * @see HTMLElement::getHTML()
  */
 public function getHTML()
 {
     // value of password is always cleared before printing
     $this->clear();
     return parent::getHTML();
 }