I would like to implement a kind of information for my users about the progress status. I have found several components like:
Richfaces status or IceFaces onnection Status
So, I would like to add something like that to my page especially for ajax requests. What’s the easiest way to implement it? I would not like to use one of those components, rather programming my own one but I can’t imagine how and how much effort it takes 🙂
I am thankfull for ideas…
The standard JSF implementation doesn’t provide a ready-to-use component for this. The JSF 2.0 specification however outlines the following in chapter 13.3.5.2:
You can find here a blog of one of the Mojarra developers which contains basic examples. Here’s an extract of relevance: