學(xué)習(xí)筆記

          Simple is beautiful.

          導(dǎo)航

          <2007年3月>
          25262728123
          45678910
          11121314151617
          18192021222324
          25262728293031
          1234567

          統(tǒng)計(jì)

          公告

          ...

          常用鏈接

          留言簿(1)

          隨筆分類(2)

          隨筆檔案(56)

          Weblog

          搜索

          最新評(píng)論

          評(píng)論排行榜

          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

          應(yīng)用部署運(yùn)行的時(shí)候出現(xiàn)JSP異常, 發(fā)生在使用JSTL庫(kù)的時(shí)候: According to TLD or attribute directive in tag file, attribute value does not accept any expressions, 可能是因?yàn)槭褂昧薐SP2.0版本, 同時(shí)又沒(méi)有使用JSTL core庫(kù)的備用版本(RT庫(kù)), 以下有兩種處理方法:

          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庫(kù)

          JSTL core庫(kù)的有兩種taglib偽指令, 其中RT庫(kù)即是依賴于JSP傳統(tǒng)的請(qǐng)求時(shí)屬性值, 而不是依賴于EL來(lái)實(shí)現(xiàn)(稱為EL庫(kù).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"%>

          就沒(méi)有問(wèn)題了

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

          評(píng)論

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

          謝~~~~~~~  回復(fù)  更多評(píng)論   

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

          問(wèn)題解決了,謝謝你  回復(fù)  更多評(píng)論   


          只有注冊(cè)用戶登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 泗洪县| 定边县| 龙川县| 道孚县| 沁水县| 南陵县| 清苑县| 古交市| 治多县| 百色市| 宿州市| 大城县| 比如县| 广东省| 怀安县| 和田县| 广饶县| 永善县| 泰来县| 筠连县| 积石山| 砀山县| 万盛区| 景洪市| 广宗县| 阜城县| 伊春市| 莱西市| 临高县| 新乡市| 岑溪市| 湖南省| 肇庆市| 南丰县| 安吉县| 清涧县| 湘阴县| 临城县| 兴海县| 宜春市| 延边|