f:ajax not working

后端 未结 2 1989
时光说笑
时光说笑 2021-01-28 18:48

I have trouble getting f:ajax to work on a h:panelGroup. Here\'s what i\'m doing:

JSF code:



        
2条回答
  •  不要未来只要你来
    2021-01-28 19:37

    did small POC for ajax may be useful for others

    This chunk will show that we can call managed bean method and Ajax together and it works using JSF2.0

         
      
    
      
        
    
       
       

    ManagedBean:

    public void saveComments() { //ur code//}
    

提交回复
热议问题