Caused by: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.webapp.TrinidadConverterELTag
Getting above error while deploying ADF application to Standalone Weblogic Server. Deployment is successful in JDeveloper's integrated weblogic instance
Both below jars available in standalone weblogic, still it throws classnotfound exceptions.
trinidad-api.jar
trinidad-impl.jar
Regards