Hi folks,
I’m just trying the struts features of myeclipse and I found a problem I cannot resolve:
In my web.xml I want to declare the following taglib-uri:
<!– JSTL Tag Library Descriptor –>
<taglib>
<taglib-uri>jstl-c</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>
Of course is the descriptor present in the /WEB-INF/ directory.
I get the following error on the tag <taglib> :
cvc-complex-type-2.4.a: Invalid content was found starting with element ‘taglib’. On of ‘{…
And many line of errors follow.
Wath does it mean?
I’m using myeclipse 3.8.4 GA on Eclipse 3.0.2 (WIndows)
Thanks
LuKe