Apache tomahawk lib
Hello,
I am using Sun's JSF implementation.
I would like to know if Apache's tomahawk library is compatible with Sun's JSF impl. or does it work only with Apache myFaces.
~SirG
Hello,
I am using Sun's JSF implementation.
I would like to know if Apache's tomahawk library is compatible with Sun's JSF impl. or does it work only with Apache myFaces.
~SirG
Tomahawk is compatible with the Sun RI.
I tried implementing the same and getting the following:
java.lang.NoClassDefFoundError: org/apache/commons/el/Logger
at org.apache.myfaces.shared_tomahawk.util.ClassUtils.<clinit>(ClassUtils.java:44)
at org.apache.myfaces.shared_tomahawk.config.MyfacesConfig.<clinit>(MyfacesConfig.java:94)
at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.writeCodeBeforeBodyEnd(ExtensionsPhaseListener.java:129)
at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getCodeBeforeBodyEnd(ExtensionsPhaseListener.java:104)
at org.apache.myfaces.renderkit.html.util.ExtensionsPhaseListener.getJavaScriptCodeAndStoreInRequest(ExtensionsPhaseListener.java:94)
Truncated. see log file for complete stacktrace
Any ideas?
SirG
You must include all the dependencies of Tomahawk in your deployment. The error you have is from the commons-el library being missing. Refer to the Tomahawk documentation for the complete list.