I believe this is a problem with Tomcat having *compiled* your JSP and those changes not being recompiled. I have the same problem with MyFaces and RI. My workaround is to shutdown Tomcat, delete the "work" directory and restart. Yes - its a pain.
sean ps. please post these types of messages to the "users" list On 5/23/05, Tilo Thiele <[EMAIL PROTECTED]> wrote: > 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. > >
