Has anyone gotten this working without modifications? I got the following FileNotFoundException, which appears to be related to the problem Werner notes at the bottom of http://wiki.apache.org/myfaces/Jenia4Faces.
java.io.FileNotFoundException: Could not open ServletContext resource [/jenia-popup-config.xml] Unfortunately, I couldn't get past it so long as the jenia4faces-popup.jar:META-INF/faces.xml remained unchanged. I had to replace jenia4faces-popup.jar:META-INF/faces.xml with one that explicitly included the contents of jenia4faces-popup.jar:META-INF/jenia-popup-config.xml before it'd work. This was under Jetty 5.1.3. I had the same problems with the jenia4faces_1.1.jar. On 9/25/05, Werner Punz <[EMAIL PROTECTED]> wrote: > Jenia4faces has rolled a new version and that one seems to be myfaces > compatible by omitting all com.sun references in their codebase... > some interesting stuff in there, and the license is very good. > > the best thing is their popup stuff and the data table which solves > many issue of the standard jsf and myfaces data tables. > > http://www.jenia.org/ > > werner > >

