When I mix JSTL 1.0 and JSTL 1.1 taglib declarations, it causes a ParseException on some of my serve
- by sangfroid
Hello all,
When I mix JSTL 1.0 and JSTL 1.1 taglib declarations, it causes a ParseException on some of my servers, but not all of them.
Here is the block of code that's giving me trouble :
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<c:set…