I have been using JSF2 for almost one year and (maybe due to lack of experience or great level of abstraction in JSF MVC component model) yet not clearly know about details on flow of control in JSF.
how a
h:inputText
passes its data to backing bean and vice-verse and how getter and setters are involved in this process?how Ajax work with JSF Validators?
and main question
- how EL works in JSF
Really very eager to know how all these work done in which sequence.