Wednesday, December 28, 2011

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

when i tried to use jstl to iterate list i faced this issue.


solution.

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

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


2 comments: