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.
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.
Thanks a lot boss...
ReplyDeleteThis has worked for me...
ReplyDelete