Troubleshooting - Exception: According to TLD or attribute directive in tag file, attribute value does not accept any expressions.

Issue description: Sometimes when you trying to startup application server you got below exception,

Solution: If you got this error on console, check the jstl definition statement on your jsp first, if you definite as <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> please change to <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>, this problem should be solved, for detail please refer to below screen dump.

posted @ 2012-08-28 13:11  StoneFeng  阅读(144)  评论(0编辑  收藏  举报