I have set up categories for my custom component in Joomla 3.2 using the instructions here: http://docs.joomla.org/J2.5:Developing_a_MVC_Component/Adding_categories and looking at the com_weblinks component (since a few things were changed between 2.5 and 3.2).
However I want to use the system-wide tagging as well, but can't get that to work.
The tag field is shown when editing my own categories, but when I enter something and save the category I get an empty error message: Save failed with the following error:
, and nothing behind the colon.
I have looked at the com_weblinks source for inspiration but can not figure out how to get tagging to work for my custom component categories.
EDIT
Digging in the code it seems that something is going wrong in mapData()
of JUcmContent
, but I am not familiar with that (deep) part of Joomla. Do I have to set up a mapping somewhere?