0 Replies Latest reply on Nov 18, 2009 11:17 AM by hferreira25

    Richfaces + Tomahawk + Myfaces -> Which Bridge to user?

    hferreira25

      Hi,

      I have one application that uses Richfaces, Tomahawk and Myfaces.

      In the documentation it's described:
      "The Jboss Portlet Bridge can be used with a any compatible implementation ( for example, MyFaces implementation). Simply put the following into web.xml"
      <context-param>
      <param-name>javax.portlet.faces.BridgeImplClass</param-name>
      <param-value>org.apache.myfaces.portlet.faces.bridge.BridgeImpl</param-value>
      </context-param>

      Since this is a class in the Apache Bridge I suppose that the two (JBoss + Apache bridges) shall be used?

      Which Bridge should I use? JBoss Bridge? Apache Bridge? JBoss + Apache bridges?

      Thanks in Advance