我正在尝试在我的项目中使用 g:remotelink 标签。当我尝试渲染项目主页时,出现以下错误:
Error mapping onto view [/index]: Error processing GroovyPageView: Tag [remotelink] does not exist. No tag library found for namespace: g
Line | Method
->> 886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 908 | run in ''
^ 680 | run . . in java.lang.Thread
Caused by GroovyPagesException: Error processing GroovyPageView: Tag [remotelink] does not exist. No tag library found for namespace: g
->> 461 | runTask in /grails-app/views/index.gsp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Caused by GrailsTagException: Tag [remotelink] does not exist. No tag library found for namespace: g
->> 8 | doCall in /grails-app/views/index.gsp
这里发生了什么?我可以毫无问题地在同一页面中使用其他 grails 标签!