hi
I read the docs on it but still unable to understand fully regarding difference between autoSubmit and partialSubmit
i understand that autoSubmit is on input component triggering a submit on valuechange event and partialSubmit is on command components .
But both allow us to use along with partialTriggers to restrict lifecycle to a subset of components on a page.
If so my query is if one uses partualTriggers property to declaratively define the list of components on which lifecycle to be run when using autoSubmit or partialSubmit then
there would be no difference with respect to behavior on server side as to list of components&their lifecycle.
Thanks in adv
rgds
kishore