Thank you for the answer.
I get it work. Cool. I've found a pb in my web.xml file (a filter mapping pb :-)).
I haven't port all my jsp pages, but the test with my login page which
use t:inputTextHelp is working (_javascript_ are added).
I'm currently on the JSF RI 1.2 + facelets 1.0.14 + tomahawk 1.1.5 (nightly) on tomcat 5.5. I don't know if it is a good combination, I'm going to see it in the next few days.
Thank you again.
patrick
Mike Kienenberger <[EMAIL PROTECTED]> a écrit :
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.
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences. Cliquez ici.

