Wednesday, September 15, 2010

Ajax components

These are  some of the common  Ajax components - a4j:support, a4j:commandButton, a4j:jsFunction, a4j:poll, a4j:push.

Source Code Example:

<a4j:commandButton value="Inform" reRender=":informIdDiv" />

<h:panelGrid id="informIdDiv">
-----
-----
</h:panelGrid>


These are useful for AJAX operations

No comments:

Post a Comment