Hi Or you can use myfaces maven archetypes
http://wiki.apache.org/myfaces/MyFaces_Archetypes_for_Maven There is an archetype for trinidad. regards Leonardo Uribe On Thu, Nov 20, 2008 at 6:55 PM, Andrew Robinson < [EMAIL PROTECTED]> wrote: > Easiest way is to get the trinidad-demo and trinidad-blank > applications. They are in SVN (maybe someone knows where to download > them from?). They are already setup and working, so you can just start > with them and modify them. > > -Andrew > > On Thu, Nov 20, 2008 at 4:39 PM, Lars Vogel <[EMAIL PROTECTED]> > wrote: > > 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 > > >

