Hi, can someone recommend a resent description on the required setup for using Apache Trinidad?
I tried the following tutorial / descriptions: http://myfaces.apache.org/trinidad/devguide/configuration.html - Does not contain a full example setup http://www.free-jsf-components.net/install_guides/myfaces-trinidad.html - Seem outdate The following was almost correct: https://www6.software.ibm.com/developerworks/education/os-ag-jsf4/section4.html I only had to use org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl instead of org.apache.myfaces.trinidadinternal.webapp.FacesFilter as suggested in the article. But if I do the described setup then I receive an runtime error in my JSF application. The error is the following: http://www.vogella.de/articles/ApacheMyFaces/article.html#apachetrinidad_problem The above link lists also my setup for faces-config.xml ,web.xml and trinidad-config.xml in case you want to check. Can someone give me an indication what the problem is or point me to a tutorial which describes the correct setup? Best regards, Lars

