_________________________________________________________
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)
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