【发布时间】:2011-08-02 23:06:32
【问题描述】:
我正在尝试对字符串进行 url 编码..
<c:out value="${filter.value.display}"/>
我试过这种方式
<%@ taglib prefix="encodeft" uri="http://java.net" %>
<c:out value="${encodeft:URLEncoder.urlEncode(filter.value).display}"/> 现在我得到了这个错误
The absolute uri: http://java.net cannot be resolved in either web.xml or the jar files deployed with this application
有什么建议吗??
【问题讨论】:
-
@BalusC,我已经更新了问题...