• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
[email protected]
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic