The ICEfaces Component Suite provides enhanced implementations of the following Standard JSF text input 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:inputText
value="#{textFields.name}"
partialSubmit="true"
/>