6 Replies Latest reply on Feb 19, 2007 6:27 PM by lowecg2004

    Errors when using Seam components with Trinidad

    lowecg2004

      If I use <s:link> with the Trinidad components installed, I get this message for each instance of <s:link>:

      22:02:57,484 ERROR [STDERR] 07-Dec-2006 22:02:57 org.apache.myfaces.trinidadinternal.renderkit.RenderKitBase getRenderer
      WARNING: Renderer 'javax.faces.Link' not found for component family 'javax.faces.Output'
      22:02:57,484 INFO [[/ripuk]] No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /view/public/order-format.xhtml][Class: org.apache.myfaces.trinidad.component.html.HtmlBody,Id: _id9][Class: org.jboss.seam.ui.HtmlLink,Id: lnkTermsAndConditions]} (component-family=javax.faces.Output, renderer-type=javax.faces.Link)
      22:02:57,484 WARN [UIComponentBase] No Renderer found for component {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /view/public/order-format.xhtml][Class: org.apache.myfaces.trinidad.component.html.HtmlBody,Id: _id9][Class: org.jboss.seam.ui.HtmlLink,Id: lnkTermsAndConditions]} (component-family=javax.faces.Output, renderer-type=javax.faces.Link)


      I have configured Trinidad in web.xml as:

      <context-param>
       <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name>
       <param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>
       </context-param>


      Any ideas on what might be the problem?