tags:

views:

47

answers:

1

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?

A: 

Just if you still need it... http://old.nabble.com/%22ajaxSingle%22-attribute-on-a4j%3AcommandButton-td7227877.html

Look for "process" field

Jhon