Is there a way to prevent myfaces from serializing whole view tree on request? When I edit a jsf page changeing something then those changes are not reflected when tomcat is already running -- view tree is already serialized in session and attribute changes in shown jsf components are not reflected. (it seems that myfaces is not reading them again, but uses those serialized values)
Cheers, a.
