• 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

ODC-JSF jar compatible with Tomcat 5.5 ?

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

I have been encountering problems with the ODC-JSF 1.3 jar when it is used in a jsp and the application has been moved from WSAD 5.1 to tomcat 5.5. I suspect that the <%@taglib uri="http://www.ibm.com/jsf/BrowserFramework" prefix="odc"%> is not compatible with Tomcat 5.5. Have any one of y'all encountered a situation like this?

I am trying to use the Tabbed Panels functionality which is offered by IBM through the odc jar.

Any help would be greatly appreciated.
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would be more useful if you elaborate about the actual problem instead of asking questions of which you thinks that it is related to the solution.

So: what happens and what happens not? Share any errors you got.

All what I can tell based on the as far given information is that libraries normally shouldn't depend on the application server used. You might have missed some dependence or configuration setting.
 
reply
    Bookmark Topic Watch Topic
  • New Topic