IMHO This has nothing to do with serialization. The view tree is stored in the session and will not be changed. You simply need to start a new Session. /Tilo
Am Montag, 23. Mai 2005 10:24 schrieb Adam Kruszewski: > 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.
