gpt4 book ai didi

jsf - 在JSF中找不到JSTL函数

转载 作者:行者123 更新时间:2023-12-04 13:42:24 25 4
gpt4 key购买 nike

我正在尝试在用户当前正在查看的页面上添加一个 Activity 类,但是我无法使用JSTL函数。我究竟做错了什么?

xmlns:fn="http://java.sun.com/jstl/functions"

h:link中使用它
styleClass="#{fn:containsIgnoreCase(request.requestURI,'index') ? 'active' : ''}"

导致此错误:
styleClass="#{fn:containsIgnoreCase(request.requestURI,'index')}" Function 'fn:containsIgnoreCase' not found

最佳答案

您导入错误,应该是:

xmlns:fn="http://java.sun.com/jsp/jstl/functions"

您忘记了 /jsp

关于jsf - 在JSF中找不到JSTL函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10166015/

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