Im working on a JSF file where I have a javascript function, and some jquery involved
in this.
I have designed a dialog with two button: 1) Ok and 2) Cancel.
I have designed it in such a way that the Cancel button will abort the process,
and there is no problem with that.
But, what I want to accomplish is that when the user presses Ok then the program
should call a backing bean(java bean) method,
Have anyone of you been able to manage this?
Thankful for all your help & tip