I try to pass value from jquery to jsf and Backing Bean. And in the process, I do not want to use f:ajax from jsf-Tag.
javaScript or jQuery
just you have to set val to browser textbox id in jquery
for example
it will automatically bind value to your bean
hope it's help for you .