When are setValue and setSubmittedValue called on UIComponent?
问题 If I correctly combined the information contained in BalusC's great 2006 post http://balusc.blogspot.ch/2006/09/debug-jsf-lifecycle.html with Optimus Prime's even earlier post http://cagataycivici.wordpress.com/2005/12/28/jsf_component_s_value_local/ I get the following: My understanding: During the APPLY_REQUEST_VALUES phase, the input value is set to a submittedValue property of the UI component (e.g. inputComponent. setSubmittedValue ("test")). During the PROCESS_VALIDATIONS phase, the