After I added the displaytag lines in my web.xml file I am getting the
error below.  I do not know what I'm doing wrong.  

Any insight or direction would be greatly appreciated.

I am running on Apache Tomcat 5.5 webserver.

Here is my JSP:

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="http://stripes.sourceforge.net/stripes.tld";
prefix="stripes" %>
<%@ taglib uri="http://displaytag.sourceforge.net/"; prefix="display" %>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Test DisplayTag product</title>
</head>
<body>
        <stripes:form action="stripesActionBean/List.action" focus="">
                <display:table name="testDisplayTagDataColumns"
                        defaultsort="1"
                        resultsperpage="2">
                        <display:column title="Name"
                                property="testDisplayTagDataColumns"
                                sortable="true"/>
                </display:table>
        </stripes:form>

</body>
</html>

Here is my error:

org.apache.jasper.JasperException: File "/WEB-INF/displaytag-11.tld" not
found
        
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHand
ler.java:51)
        
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java
:409)
        
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java
:116)
        
org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.
java:160)
        
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:424)
        
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:493)
        
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1557)
        org.apache.jasper.compiler.Parser.parse(Parser.java:127)
        
org.apache.jasper.compiler.ParserController.doParse(ParserController.jav
a:212)
        
org.apache.jasper.compiler.ParserController.parse(ParserController.java:
101)
        
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:156)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:296)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
        org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
        
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
va:564)
        
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.ja
va:299)
        
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
        
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
        javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        
net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.
java:180)


Melinda Savoy
Sr. Programmer Analyst
Financial Applications - Enterprise Systems



The information contained in this message and any attachments is intended only 
for the use of the individual or entity to which it is addressed, and may 
contain information that is PRIVILEGED, CONFIDENTIAL, and exempt from 
disclosure under applicable law.  If you are not the intended recipient, you 
are prohibited from copying, distributing, or using the information.  Please 
contact the sender immediately by return e-mail and delete the original message 
from your system.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to