How to avoid page flicker in JSF 1.1 + Ajax4jsf?
- by johnbritto
I am developing a small application usng JSF 1.1, Ajax4jsf and Tiles. When I click the a4j:commandLink, the entire page is reloaded. I want to update only portion of the page. How to resolve that?