Communicating with JSF Bean through Javascript using jsf.ajax.request

Communicating with JSF Bean through Javascript using jsf.ajax.request

In web development, many a times we need a way to interact with the server side from the client tier. One standard way which I've been using is through the use of Ajax, and when it comes to JSF and in particular JSF 2.0, Ajax is the standard here too. But sometimes we might want to make Ajax calls to...

Continue Reading

Customizing Primefaces 3: Extending Renderkit

Working on a current Project needed a very rich UI in terms of custom behaviors e.g. showing a "* Required" image icon next to a UIInput component or showing two columns format for Radio buttons along with some info help text to be shown underneath each Radio button option. Choosing Primefaces 3 for...

Continue Reading