Posted on 2008-07-31 14:53
朱 閱讀(61)
評論(0) 編輯 收藏
tomcat5下的web應用程序,默認情況下是不支持EL表達式的,如果你想使用EL表達式的話,有以下2種方法:
方法一:
??????????? 在每個jsp頁面添加<%@ page isELIgnored="false" %>
方法二:
??????????? 修改web.xml中的<web-app>標記為
??????????? <web-app xmlns="
這樣就OK了


文章來源:
http://www.tkk7.com/zhangrenquan/articles/85773.html