问题
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
Richfaces JSFunction , Live Demo Link
Ajax4JSF
来源:https://stackoverflow.com/questions/3581499/invoke-backing-bean-method-from-javascript-jsf