Invoke Backing bean method from JavaScript + JSF [duplicate]
I want to invoke backing bean method from javascript function in JSF. Please could you guide me how to achive this.
Regards, Ravi Krish
Since, Backing bean method id Server side so you need to make request to server better way for your case would be
Richfaces JSFunction , Live Demo Link
Ajax4JSF
精彩评论