Immediate Components (immediate="true")
843842Mar 17 2005 — edited Mar 17 2005Hi:
Does anybody understood immediate components ?
If I have a commandButton with the label immediate="true" what happens ?
At first I though that with immediate="true", when clicking the button, all validation and conversions and update model are skipped just to the RenderResponse phase.
Is that true ?
But if I have a commandButton with immediate="true" and some other component (like a inputText) with immediate="true" then all life cycle phases of the inputText are executed before anithing and then the actionListener and action of command Button.
Is that true ?
And, if I have only one component like an InputText with immediate="true", then all life cycle phases of that component are executed before the "real" life cycle begin. So after all life cycle of that component, the phases are executed again but for the rest of components.
Is that true ?
Can someone explains to me how does the immediate="true" label works, and how it change life cycle execution ?
Thanks a lot !!!