Simple primefaces application not working

前端 未结 3 1400
说谎
说谎 2020-12-11 07:27

I am trying to build simple JSF application using primefaces but somehow primefaces components are not getting rendered properly. I dont understand what is going wrong.

3条回答
  •  Happy的楠姐
    2020-12-11 08:20

    You should change your namespace into xmlns:p="http://primefaces.org/ui"

    and implement button like this way

     
    

提交回复
热议问题