I'm wonking on a jsf application, i want to use commandLink to execute ana action on my managed bean, where there is a server call, but i dont want to reload the page, i've tried with a commandButton and the attribut update it works? How can i make this with commandLink ?
I resolved the problem by using the commadLink of primefaces 3.2 :)