Ongoing refactoring of form controls.
[timetracker.git] / WEB-INF / lib / form / ActionForm.class.php
index fa70e15..dcd3811 100644 (file)
@@ -62,8 +62,8 @@ class ActionForm {
        }
 
     function setName($name) {
-               $this->mName = $name;
-               $this->mSessionCell = "formbean_".$this->mName;
+               $this->name = $name;
+               $this->mSessionCell = "formbean_".$this->name;
        }
     
     /**