Implementing Ajax push with RichFaces

The following snippets illustrates how to implement an ajax push in a JSF application where RichFaces is set up. I am using this with a JSF application with Tomahawk extensions and RichFaces just for Ajax and Menus Add the following in the XHTML: <!– Register an ajax listener on the bean –> <a4j:push interval=”1000″ eventProducer=”#{bean.addPushListener}”… Continue reading “Implementing Ajax push with RichFaces”