Using JSTL core lib fails when creating custom tag
问题 So I'm trying to import two taglibs: <%@ taglib uri="MyCustomTagLib" prefix="myLib" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> However, I can only use ONE of them or else I get an error (I shortened it, hope that's ok): WARNING: ApplicationDispatcher[/CSE336_A5] PWC1231: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at org.apache.jasper.compiler.TagLibraryInfoImpl.toString(TagLibraryInfoImpl.java:129) at java.lang.String.valueOf