在 grails 中使用 JSP 标签

发布于 2024-09-15 14:29:04 字数 317 浏览 4 评论 0原文

无法使用放入 /WEB-INF/tags 中的 Jsp 标记

我对 grails 还是个新手,我遇到了一个问题,如果我创建一个名为 text.tag 的标记文件并将其放入其中,则 普通 HTML 输入文本标签 我去 GSP 并制作 taglib < %@ taglib prefix="myTags" tagdir="/WEB-INF/tags"%> 然后尝试通过调用它 < myTags:文本>> 它没有给我任何东西..事实上,如果我检查了 html 源代码,我发现< mytags:文本>> 有没有特殊的方法,因为我需要在更复杂的标签中使用它。

I'm still new to grails and i kind of stuck in a problem where i can't use the Jsp tags that i put in the /WEB-INF/tags

if i create a tag file called text.tag and put in it the normal HTML input text tag
and i go to the GSP and make the taglib
< %@ taglib prefix="myTags" tagdir="/WEB-INF/tags"%>
then trying to call it by
< myTags:text/>
it gives me nothing.. in fact if i checked the html source i find < mytags:text/>
is there special way for that cause i need that in more sophisticated tags.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

叶落知秋 2024-09-22 14:29:04

我建议将标签编写为 grails 标签

http://grails.org/Dynamic%20Tag%20Libraries

这些标签更容易编写,但原始问题的答案也记录在上面的链接中

I would recommend writing the tags as grails tags

http://grails.org/Dynamic%20Tag%20Libraries

those tags are easier to write, but the answer to your original question is also documented at the link above

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文