开发者

jstl invalid prefix error

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开发者_StackOverflow.19.

Any idea what might be going wrong ?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜