• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

cewolf 1.1 tld file problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I'm developing a web application and use cewolf 1.0 to display graphs.
The graphs are displayed correctly, but I realized that showlegend does not take effect but also that the tooltips and links do not work with IE8. this bugs are fixed with cewolf 1.1. I replaced the jar and tld files with the downloaded cewolf 1.1 files. in the tld file is encountered the following problem:
cvc-complex-type.2.4.a: Invalid content was found starting with element 'tlibversion'. One of '{"http://
java.sun.com/xml/ns/j2ee":description, "http://java.sun.com/xml/ns/j2ee":display-name, "http://java.sun.com/
xml/ns/j2ee":icon, "http://java.sun.com/xml/ns/j2ee":tlib-version}' is expected.

I'm a novice about the Java programming and do not understand the problem.
I'm using Eclipse 3.5.2 Galileo, Struts 1.1, Tomcat 6.0.x
Thanks in advance.
ste
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does this occur during the execution of a JSP page? If so, post a minimal example of a JSP page that causes this to happen (by "minimal" I mean you should remove all code that isn't germane to reproducing the problem). Be sure to UseCodeTags when you post it.
 
I've been selected to go to the moon! All thanks to this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic