• 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

Problem with tag library

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
When Iam trying to access my login page of my app I encounter the following error.



Parsing of JSP File '/pages/logon.jsp' failed:
--------------------------------------------------------------------------------
Error in using tag library

uri=http://struts.apache.org/tags-bean' prefix='bean'

For tag 'cookie', cannot load extra info class 'org.apache.struts.taglib.bean.KookieTei'
probably occurred due to an error in /includes/taglibs.inc line 1:





Iam using Struts 1.3.8 and deployed the app in weblogic 7.0.


The strange thing is that when deploy in Tomcat it works perfectly fine.


Can someone one help me out ?


Thanks for your time

Cheers
Anirban
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This looks like it might be a class loader problem. Check to see if there are any other struts jars from other versions in any common libraries that are looaded as part of the classpath within your WebLogic server.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic