學習筆記

          Simple is beautiful.

          導航

          <2009年5月>
          262728293012
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          統計

          公告

          ...

          常用鏈接

          留言簿(1)

          隨筆分類(2)

          隨筆檔案(56)

          Weblog

          搜索

          最新評論

          評論排行榜

          Exception:According to TLD or attribute directive in tag file, attribute value does not accept any expression

          Exception:According to TLD or attribute directive in tag file, attribute value does not accept any expression

          應用部署運行的時候出現JSP異常, 發生在使用JSTL庫的時候: According to TLD or attribute directive in tag file, attribute value does not accept any expressions, 可能是因為使用了JSP2.0版本, 同時又沒有使用JSTL core庫的備用版本(RT庫), 以下有兩種處理方法:

          1. 修改web.xml.

          <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">

          改為2.3版本的

          <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
          <web-app>

          2. 使用JSTL core RT庫

          JSTL core庫的有兩種taglib偽指令, 其中RT庫即是依賴于JSP傳統的請求時屬性值, 而不是依賴于EL來實現(稱為EL庫.JSP2.0將支持EL)

          JSP中使用<%@ taglib uri=http://java.sun.com/jstl/core prefix="c"%>在2.3版本都可以,在2.4就不行了, 難道是版本不兼容嗎?

          只要將

          <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>

          改為

          <%@ taglib uri=http://java.sun.com/jstl/core_rt prefix="c"%>

          就沒有問題了

          posted on 2007-03-08 20:52 Ecko 閱讀(2288) 評論(2)  編輯  收藏

          評論

          # re: Exception:According to TLD or attribute directive in tag file, attribute value does not accept any expression 2008-08-15 09:09 段布和

          謝~~~~~~~  回復  更多評論   

          # re: Exception:According to TLD or attribute directive in tag file, attribute value does not accept any expression 2009-05-15 00:04 謝鑫瑩

          問題解決了,謝謝你  回復  更多評論   


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 泽州县| 宜昌市| 渝北区| 盘锦市| 岳池县| 中江县| 剑阁县| 蒙城县| 扬中市| 高清| 阳春市| 金堂县| 荥经县| 仪征市| 临夏市| 长丰县| 得荣县| 溧阳市| 濉溪县| 尚义县| 长垣县| 高台县| 绥滨县| 潮安县| 叶城县| 朝阳区| 呼和浩特市| 金塔县| 离岛区| 渭源县| 祁连县| 尼玛县| 宁强县| 惠水县| 金堂县| 洪湖市| 潞城市| 满城县| 祥云县| 鲁山县| 葵青区|