天天看点

attribute value does not accept any expressions

最近整了一下老项目的,升级了一下Servlet至2.4了,结果导致如下错误:

According to TLD or attribute directive in tag file, attribute value does not accept any expressions

具体原因请参考:http://blog.csdn.net/yanw1986/archive/2009/10/08/4641813.aspx,解决办法是修改如下:

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

此版本无论在2.4或2.3版本中均有效。