Partial Submit A partial submit actually is a form submit that does not require a page refresh and only updates components in the view that are referenced from the command component PartialTriggers property. Another option for refreshing a component in response to a partial submit is call following code in a managed bean. AdfContext.getCurrentInstance.addPartialTarget ( component_instance ) AdfFacesContext.getCurrentInstance.addPartialTarget ( Component_binding ) If a form contains required fields that the user left empty invoking the partial submit, then errors are shown for each of the field as the full form gets submitted. ADF Faces adds the concept of partial form submit to JavaServer Faces 1.2 and beyond Auto Submit An input component that has its autosubmit property set to true also performs a partial submit of the form. However, this time it doesn't submit the entire form but only the component that triggers the submit plus components referen