Hello everyone, I have been using mostly Tomahawk components in my current project. However, for the next release, I would really like to incorporate some Trinidad components. I read recently that these two component libraries have been made compatible. So I installed Trinidad in my application, but quickly ran into problems: It turns out Trinidad requires its own ViewHandler to run around the standard Facelets ViewHandler in order to perform some pre and post renderView() processing. When I configured it as such, I got all kinds of problems with some Tomahawk components, specifically the Buffer and Extended Data Table components. I can get rid of the Buffer, but I've spent a lot of time implementing some rather complex use cases using the Tomahawk Data Table component, and I really don't want to re-implement that using Trinidad’s Table. So, my question is this: is there any way to configure my application to only use Trinidad’s ViewHanlder for some pages and leave the pages that are working fine with Tomahawk components to be handled only by the standard Facelets ViewHanlder? Could I possible accomplish this by splitting my application into multiple sub-app? Any ideas and/or suggestions would be greatly appreciated. -- View this message in context: http://www.nabble.com/Tomahawk-and-Trinidad-Still-Not-Fully-Compatible--tf2728414.html#a7610005 Sent from the MyFaces - Users mailing list archive at Nabble.com.

