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

[699 byte] By [schaeflia] at [2007-11-27 7:56:41]
# 1
nobody knows something?
schaeflia at 2007-7-12 19:38:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
JSF and MVC section here is good: http://www.ibm.com/developerworks/library/j-jsf1/JSF LifeCycle tutorial here: http://www.javaworld.com/javaworld/jw-11-2002/jw-1129-jsf.html?page=2
Illua at 2007-7-12 19:38:19 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...