Hi,

I'm having some problems with displaytag 1.1 in Sunone Web Server 6.0. I'm 
using java 1.4.

This is the error:

[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
tlib-version in TLD
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
jsp-version in TLD
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
short-name in TLD
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
display-name in TLD
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
description in TLD
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
tag-class in tag
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
tei-class in tag
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
body-content in tag
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
display-name in tag
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
description in tag
[09/Jul/2008:13:58:34] info (  448): JSP11 Log:Warning: Unknown element 
description in attribute
....

Here is part of web.xml:

<taglib>
    <taglib-uri>http://displaytag.sf.net</taglib-uri>
    <taglib-location>/WEB-INF/tld/displaytag.tld</taglib-location>
  </taglib>

And in my jsp I put: <%@ taglib uri="http://displaytag.sf.net"; prefix="display" 
%>

Am I doing something wrong? Is the any problem using displaytag in sunone 6.0?

Thanks,
Ricardo Saraiva



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to