In JSF I can update components with ajax:
<h:commandButton ...>
<f:ajax render="@form" />
</h:commandButton>
I found some of these values in the web: @form @this @parent @none @region @all
.
Is there a complete list of the standard values which come with <f:ajax>
? And do these values have a special name which I could lookup?