Using jquery ajax to call a jsf managed bean method (an AjaxBehaviorEvent listener handler)

前端 未结 3 782
悲&欢浪女
悲&欢浪女 2021-02-09 15:17

i would like to know if there is a way to fire a jsf managed bean method (with an AjaxBehaviorEvent type parameter: the same triggered when using f:ajax) directly by using a jqu

3条回答
  •  忘掉有多难
    2021-02-09 16:15

    In the same vein as pointed out by islandguy, if you use Primefaces, you woud use the command, as follows :

    
    

    with :

     
    

    Hope this helps..

提交回复
热议问题