Hi, for the purpose of softly switching to Trinidad, I just reconfigured an existing application - Tomahawk & Facelets based - to be Trinidad-ready. I did this by adding proper entries to web.xml and faces-config.xml, then adding the latest jar pairs for Trinidad. No source modifications.
I was fairly surprised to notice that result depends on element ordering within web.xml.
Specifically, if appending all new Trinidad stuff at the end, then I get an error at application startup: no Trinidad filter was found, and no rendering context as well.
After moving all to the beginning, application starts, although several things do not work as before: I still have to investigate further, but first I'd like to collect a few comments about the ordering topic, since I neve saw it on any document - either Trinidad or Facelets based.
Thanks -- Renzo

Reply via email to