views:

112

answers:

0

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.