On 8/4/06, rahmoune patrick <[EMAIL PROTECTED]> wrote:
I'd like to move my application from tiles to facelets and I'm using some
tomahawk components (tree2, saveState, table, inputTextHelper, etc...). I am
using tomcat 5.5 on J2SE5.0
When I try to set up an environment using JSF1.2 RI + facelets 1.0.14
+tomahawk 1.1.3, the application failed to start because of the extension
filter "ExtensionFilter not correctly configured...." exception. I have look
at the wiki page and it seems that nothing is wrong on my side (maybe I have
something wrong :-))
Most common error is having your web.xml elements in the wrong oder.
But you will get a better answer if you post your web.xml file on the
myfaces-users mailing list and ask for help. There's nothing
facelets or JSF1.2 RI specific about it.
When I try to set up an environment using Myfaces 1.1.5 (downloaded today) +
facelets 1.0.14 +tomahawk 1.1.5, I have an exception
I'm currently using MyFaces core 1.1.4 release candidate, Tomahawk
1.1.5, and Facelets 1.1.11. I've also replaced MyFaces core with
1.1.5 without problems.
I've never used the JSF RI, but I've been using Facelets + MyFaces +
Tomahawk for more than a year.
java.lang.NoClassDefFoundError javax/el/ExpressionFactory
This looks like you're missing the el-api.jar and/or el-ri.api jars
that Facelets requires.
See the facelets readme file.
Does someone has succeed in using tomahawk with facelets on tomcat with
either the JSF RI or MyFaces impl and tell me the best path (the version of
components, advices, etc...) ?
I'm using it on Jetty. Once in a great while, I also test it on
Tomcat, and I've never hit any issues.