jsf - ajax="false" vs process="@this" -


I am confused with this 2 concepts ajax = "false" and = "@ This" . Does that appear as a result?, Is there any order for execution?, Will both execute the verification phase?

Ajax = "false" means your UICommand Example & lt; P: Command Button & gt; A request / response process without using AJAX will do this primera UICommand s.

is a feature for process = "@ this" which means that only the existing component value will be sent instead of the server, sending data from the entire code ; H: form & gt; This feature is under prefix components, on which the AJAX functionality is embedded. This is similar to the execution from JSF.

More info:


Comments