• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

TagFiles are not supported in tag library tld version 11

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Would anybody like some fudge? I made it an hour ago. And it goes well with a tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic