oracle adf - What is the difference between partialSubmit and autoSubmit in JSF? -
I think I knew the difference, but now I am confusing myself. : P
Both of them start doing the same thing, except that submitting a button to submit the form using AJAX and Both of these AJAX enabled calls are due to the custom properties of custom JSF components. A The noticeable thing is that the entire viewstation is posted back on each type of asynchronous submission, so if the prices of other components have been changed on the page before submission, the bound server In the side bean property, their prices will be refreshed, even if the client-side components may In fact, on each postback, there is a whole JSF server side life cycle, a debug step, Leastner Read the following article about the implementation. gives you the following steps to see what steps are taken after each asynchronous deposit operation. autoSubmit to
partially submit Is used for editable components, which only submits your content, am I right in saying this?
Auto Subscription essentially backs up the component's specific content to keep the asynchronous server side bean value contained within the component on the client side.
partialSubmit is another asynchronous AJAX call, which will serve to immediately post a component value on any type of component event, such as the ICEFaces input Focusing on the text component.
Comments
Post a Comment