I am building a Joomla Component. I found there are some Javascript errors in core.js when I click the actions. I have found out these two variables are required.
Code:
<input type="hidden" name="boxchecked"/> | |
<input type="hidden" name="task"/> |
Moreover, the form needs to be named as adminForm. That is because core.js has some javascript to do the validations. It will access your form.

Recent comments