Hello,
I found the error, which there was 2 of.
First, I dropped the <ui:composition> tags, as they are ment to be
used with a Facelet Template file (I just removed them from the
jsflor.xhtml file).
Secondly, the PhaseListener inside the jsflot-0.1.15.jar file loads
resources (JavaScript files and such) assumes a path that starts with /
jsflot/. Since your webapp was called jsflot, the path became /jsflot/
jsflot, which meant that no resources were loaded. I will see if I can
fix this in a later revision. I renamed your .war file to
testjsflot.war, and so the path is /testjsflot/jsflot.
Third, your webapp didnt have Facelets or Richfaces inside WEB-INF/
lib, but I assume that you have these in TOMCAT_HOME/lib or somehow in
your classpath elsewhere.
Hope that solves your issue.
Very Best Regards,
Joachim Haagen Skeie
On May 20, 6:03 pm, Flávio Henrique <
yoshi...@gmail.com> wrote:
> Hello Joachim!I'm sending the .war file to you.
> jsflot.war
> 3466KViewDownload