Intercepting jsf.ajax.request()
JSF lets you associate a Java function with an Ajax request with f:ajax’s listener attribute, like this:
<h:inputText value="...">
<f:ajax event="keyup" listener="#{someBean.someMethod}"/>
</h:inputText>
You are currently reading a PREVIEW of this book.
Get instant access to over
$1 million worth of books and videos.
Start a Free Trial