1,在web.xml中添加:
<taglib-uri>http://jakarta.apache.org/taglibs/string-1.0</taglib-uri>
<taglib-location>/WEB-INF/taglibs-string.tld</taglib-location>
</taglib>
2,上傳 taglibs-string.jar 到web-inf/lib,上傳taglibs-string.tld到web-inf/。
3,在jsp中加入代碼:
<%@ taglib uri="
<str:substring start="0" end="40"><c:out value="${messages}"/></str:substring>
posted on 2008-05-13 14:21
周銳 閱讀(527)
評論(0) 編輯 收藏 所屬分類:
Jsp