Thursday 21 June 2012

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

_________________________________________________________

When you get this sort of exception, you just need to make some small changes in your path.

You may have used

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

so changed it to

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

and most probably you will get your problem solved ( it worked for me)


No comments:

Post a Comment