Grails: No tag library for namespace. Cannot use any plugins with custom taglibs.

Posted by user312435 on Stack Overflow See other posts from Stack Overflow or by user312435
Published on 2010-05-05T20:12:38Z Indexed on 2010/05/05 20:18 UTC
Read the original article Hit count: 135

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about grails

Related posts about grails-plugin