jstl 无效前缀错误
我在 jspx 文件中使用类似的代码
<html
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:uikit="http://www.abc.net/ld/uikit" >
<head>
<link type="text/css" rel="stylesheet" href="${uikit:cpp('abc')}"/>
,但它引发错误
jsp.error.attribute.invalidPrefix uikit
cpp 函数是在 uikit.tld 文件中定义的。 上面的代码在 tomcat 上运行得很好,但在 Websphere 7.0.0.19 上出现错误。
知道可能出了什么问题吗?
I am using similar piece of code in a jspx file
<html
xmlns:jsp="http://java.sun.com/JSP/Page"
xmlns:uikit="http://www.abc.net/ld/uikit" >
<head>
<link type="text/css" rel="stylesheet" href="${uikit:cpp('abc')}"/>
but its throws the error
jsp.error.attribute.invalidPrefix uikit
The cpp function is defined in the uikit.tld file.
The above code works perfectly fine on tomcat, but gives error on Websphere 7.0.0.19.
Any idea what might be going wrong ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论