/**
  * function loadFromForm
  * <pre>
  * Loads the data from the submitted form.
  * </pre>
  * @return [void]
  */
 function loadFromForm()
 {
     parent::loadFromForm();
     /*
      * Put any additional data manipulations here.
      * if you don't need to do anything else, you should 
      * just remove this method and let the parent method get
      * called directly.
      */
 }