Grails: No tag library for namespace. Cannot use any plugins with custom taglibs.
- by user312435
I can't seem to use any of the grails ui plugins such as richui or grails-ui. I used grails install-plugin to install them, and grails list-plugins shows that they are correctly installed. However, whenever I use their provided taglibs in my views, I get this exception:
Tag [tabview] does not exist. No tag library found for namespace: gui
or
Tag [tabview] does not exist. No tag library found for namespace: richui
I'd really like to use these features, but cannot figure out how to get grails to recognize that the tag libraries are installed.