I am not seeing the .tld
file in my download folder. I only see JAR files.
What I am missing?
My problem is that, I can't refer like this in my JSP:
<%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
I get some error. Hence want to download .tld
and put it under local WEB-INF
folder and then change my JSP like this:
<%@ taglib uri="/WEB-INF/displaytag.tld" prefix="display" %>