File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes TagFiles are not supported in tag library tld version 11 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "TagFiles are not supported in tag library tld version 11" Watch "TagFiles are not supported in tag library tld version 11" New topic
Author

TagFiles are not supported in tag library tld version 11

Anastasia Theodouli
Greenhorn

Joined: Jul 17, 2012
Posts: 1
I have a Java web application under Oracle Jdeveloper 10.1.3.2.0.4066. Upon trying to rebuild a jsp file placed under WEb-INF\tiles, I'm getting a compile error "TagFiles are not supported in tag library tld version 11". The error line is the directive of the jsp page <%@ taglib uri="http://struts.apache.org/tags-bean-el" prefix="bean"%>. Under WEB-INF\tags I have some unpacked tag libraries. Does this mean incompatibility between JSP, TLD and servlet versions? Is is an error in the Jdev installation or in my application? Thank you for your answer.
 
jQuery in Action, 2nd edition
 
subject: TagFiles are not supported in tag library tld version 11
 
Similar Threads
Tag Files for JSP 2.0 compliant container
Problem in jsp using custom tag
Tag files
Problem in jsp using custom tag
TLD files placement in JSP