Archived talk

Difference between revisions of "Developing a MVC Component/Adding verifications"

From Joomla! Documentation

(→‎Attention: new section)
Line 4: Line 4:
  
 
Section about admin/views/helloworld/tmpl/edit.php is not the same as in file present in archive.
 
Section about admin/views/helloworld/tmpl/edit.php is not the same as in file present in archive.
 +
 +
== verification seems to operate even when required="false" is coded  ==
 +
 +
I have expanded the helloworld component to have several other fields now, and set some of them to required="false" in the /models/forms/app.xml file. I still get "invalid field" when I leave the input box empty. Any ideas?
 +
[[User:IslandBilly|"In theory, there's no difference between theory and practice; in practice, there is"  --Yogi Berra]] 10:51, 30 September 2011 (CDT)

Revision as of 10:51, 30 September 2011

Why is the protected function _populateState() in the /admin/models/helloworld.php file? It doesn't appear in the original helloworld.php model file, and there isn't any indication as to the purpose of this function aside from the annotations within the function, which I don't fully understand.

Attention[edit]

Section about admin/views/helloworld/tmpl/edit.php is not the same as in file present in archive.

verification seems to operate even when required="false" is coded[edit]

I have expanded the helloworld component to have several other fields now, and set some of them to required="false" in the /models/forms/app.xml file. I still get "invalid field" when I leave the input box empty. Any ideas? "In theory, there's no difference between theory and practice; in practice, there is" --Yogi Berra 10:51, 30 September 2011 (CDT)