Yes, you're right. I probe it myself, but i found that the maven artifact for create jsf components set the default myfaces implementation to 1.1.4, so it throw an error like this
2007-06-14 22:34:32,812 WARN [ org.apache.myfaces.renderkit.RenderKitFactoryImpl] Unknown RenderKit 'HTML_BASIC'. 2007-06-14 22:34:32,921 ERROR [STDERR] Jun 14, 2007 10:34:32 PM org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit_addBasicHTMLRenderKit WARNING: Basic HTMLRenderKit could not be located I tried to compile myfaces simple demo with trinidad as dependecy, and i update this dependence of my project as 1.1.5, and it's work without problem. Thanks for you correction Leonardo Uribe
