The ICEfaces Component Suite provides enhanced implementations of the following Standard JSF button and link components:
These components have been extended to provide support for the following attributes:
The following code shows how to create a simple inputText component with partialSubmit enabled:
<ice:commandButton
image="images/button-submit.gif"
partialSubmit="true"
actionListener="#{buttonsAndLinks.imageButtonListener}"
/>