Learning JSF2: Ajax in JSF – using f:ajax tag
This is a third post in Learning JSF 2 series. The first one on Managed Beans can be found here and second one on navigation can be found here.
As you probably know JSF 2 is a major upgrade over JSF 1.2. One of the major additions to this version of JSF is standard Ajax support. This article covers Ajax features in JSF 2. If you are familiar with RichFaces and specifically the a4j:support tag then learning how to use Ajax features in JSF 2 is going to be very easy. Many concepts and features are being carried over from RichFaces. Let’s start.
Continue reading