This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Forte on weblogic taglib problem

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My jsp runs fine in the Forte Tomcat test server, but when deployed WAR to BEA I get the following problem.
any ideas what I need to do?
Parsing of JSP File '/TestWebApp.jsp' failed:
--------------------------------------------------------------------------------
/TestWebApp.jsp(4): Error in using tag library uri='jdbc' prefix='/WEB-INF/lib/dbtags.jar': The Tag class 'org.netbeans.jsptags.db.QueryTag' has no setter method corresponding to TLD declared attribute 'debug', (JSP 1.1 spec, 5.4.1)
probably occurred due to an error in /TestWebApp.jsp line 4:
<%@taglib uri="/WEB-INF/lib/dbtags.jar" prefix="jdbc"%>
--------------------------------------------------------------------------------

------------------
John Coleman
Sun Certified Programmer for the Java� 2 Platform
jcoleman@sopra.co.uk
Sopra Mentor
www.sopra.co.uk
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Moving this to BEA/WebLogic forum.
------------------
Tom
Sun Certified Programmer for the Java� 2 Platform
Moderator of the forums:
J2EE and EJB
Other Java APIs
 
Do you want ants? Because that's how you get ants. And a tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic