gpt4 book ai didi

grails - grails自定义标签将html标签作为字符串文字

转载 作者:行者123 更新时间:2023-12-02 14:42:19 28 4
gpt4 key购买 nike

我正在尝试制作简单的标签库:

<user:isLoggedIn>
<a href = "/auth/logout">logout</a>
</user:isLoggedIn>

标签lib def:
def isLoggedIn = { attr,body ->
User currentUser = springSecurityService.getCurrentUser()

if(currentUser){
out << body()
}

}

我在页面上看到的是:
<a href = "/auth/logout">logout</a>

但我期望:
logout

最佳答案

如果您的tag lib 定义中包含此定义,请将其删除。

static defaultEncodeAs = 'html'

关于grails - grails自定义标签将html标签作为字符串文字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28186281/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com