Reputation: 61
I joomla component when the New/save/delete toolbar is clicked, It displays " TypeError: b is null". I'm try to build the component in joomla 3.1..
I referred
http://docs.joomla.org/J2.5:Developing_a_MVC_Component/Adding_configuration http://www.tutsforu.com/adding-toolbar-at-backend-of-joomla-component.html.
Please guide me
Upvotes: 0
Views: 985
Reputation: 26
try to put the id = attribute in the form adminForm form name = "adminForm" id = "adminForm"
Upvotes: 1