java.lang.ClassCastException: com.sun.faces.facelets.compiler.UIInstructions cannot be cast to org.primefaces.model.menu.MenuElement

后端 未结 4 935
野的像风
野的像风 2021-02-01 20:12

This morning I came in to my office and the first thing I saw: my company site crashed. Because of me I think.

Now I tried for one hour and a half to fix this, but I fou

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-01 20:25

    Just add this to your web.xml:

    
       facelets.SKIP_COMMENTS
       true
    
    

    It will skip the comments in your JSF while rendering.

提交回复
热议问题