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.
Pass on the knowledge!!
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
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.