0

I have a web application with the following:

  • JSF 2.2.6
  • Java 1.7
  • Tomcat 8
  • Richfaces 4.5.7
  • Omnifaces 2.2

I would like to enhance the look and feel of the web app to use Bootsfaces. I have added Bootsfaces jar to my project (via .ivy) and rebuilt.

Before even updating the first web page to use Bootsfaces in the project I wanted to see if there were any conflicts after adding the Bootsfaces jar. It seems there is. I am getting the following errors shown in Firebug:

  • ReferenceError: jsf is not defined
  • TypeError: RichFaces.ui is undefined

Does anyone know whether Bootsfaces works with Richfaces and if so could they kindly provide a link with migration steps to follow?

4

1 回答 1

2

目前,我们 BootsFaces 团队不支持 RichFaces。我们努力与 PrimeFaces、OmniFaces、AngularFaces 以及 - 如果可能的话 - ButterFaces 兼容。RichFaces 和 ICEFaces 都不在我们的名单上。

但是,如果有人加入我们的团队以支持 RichFaces,他们当然会受到欢迎!

于 2016-04-04T22:09:07.070 回答