Executing AJAX with a JSF Button
843844Feb 10 2009 — edited Feb 12 2009Is there a way to get a JSF Button to fire off an AJAX event, which could call a Page Bean method?
I'm thinking something like a DropDown's valueChangeListenerExpression...you can assign a method to it and, when the DropDown is changed, it fires off method without submitting the page.
actionListenerExpression does not seem to do this.
Any ideas?