I have Tomcat 5.0, JSTL 1.1, JSP 2.0
However, the displaytag-el-12.tld is not working for me. 
When I used displaytag-11-tld, it worked fine.

Is there something extra I need to do to use the EL version or
should I just use the standard one?
I got the impression that the standard taglib wouldnt work with
JSTL&EL but it does work .

This is my code:

<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql"; prefix="sql" %>
<%@ taglib uri="//WEB-INF/tld/displaytag-el-12.tld" prefix="display" %>

<sql:query  var="info" >
SELECT * from DATA
                </sql:query>
<display:table name="${info.rows}" />

I get the following output
"Nothing found to display"

I also tried <%@ taglib uri="http://displaytag.sf.net/el";
prefix="display" %>, but still
got the same thing.


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id5hix
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to