general questions
jsf is based on the mvc-model:
m --> backingBeans
v --> components
c -->?
what is the controller in jsf?
the second questions is concerning the lifecycle:
usual events occure in phase 5: invoke application
but there are special cases in which events can occure in the Apply Request Values, Process Validations or Update Model Values phase!
what are examples in the case that happens?
apply request values: immediate-property is true
process validations: ?
update model values: ?
and if there are more than one component with the immediate-property true, get all of them validated?
thanks for your answerts

