RichFaces4 don't render the components

后端 未结 2 1648
野趣味
野趣味 2020-12-20 05:51

I try to run RichFaces4 app but the components don\'t render. For example when I try this demo: Demo I get something like this:

Here is an example of defaul         


        
2条回答
  •  不知归路
    2020-12-20 06:24

    At least in some cases nothing is being logged to the server log about the lack of . Using just in the facelets template with MyFaces 2.1.4, RichFaces 4.0.0 on WAS 7.0.0.13 results in the RichFaces components not rendering properly, but the a4j components working fine. Definitely something to be on the lookout for when migrating JSF1 projects.

提交回复
热议问题