Invoke Backing bean method from JavaScript + JSF

試著忘記壹切 提交于 2019-12-10 14:59:52

问题


I want to invoke backing bean method from javascript function in JSF. Please could you guide me how to achive this.

Regards, Ravi Krish


回答1:


Since, Backing bean method id Server side so you need to make request to server better way for your case would be

  1. Richfaces JSFunction , Live Demo Link

  2. Ajax4JSF



来源:https://stackoverflow.com/questions/3581499/invoke-backing-bean-method-from-javascript-jsf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!