• 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

Unable to configure third party JSF components in NetBeans 6.1

 
Greenhorn
Posts: 19
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have created a WebProject using NetBeans 6.1
I have added thirdparty custom componets [JSF comp] to library.
But while created pages it is showing some error ...

JSP page contains...

<%@ taglib uri="http://faces.XXX.com/html" prefix="XXX_h" %>

Error Messages:

Unable to read TLD "META-INF/XXX_H.tld" from JAR file "file:/C:/mylib/XXXwcom.jar" rg.apache.jasper.JasperException:
TLD specifies invalid body-content (jsp) for custom tag form


In TLD file it is
<body-content>jsp</body-content>
should it be JSP [capital letters]???
[ August 19, 2008: Message edited by: mamidi subrahmanyam ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic