You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by sh...@contractor.thomson.com on 2007/12/12 19:50:06 UTC

t:saveState

Hi, 

I have used t:saveState in a JSP. I am using JSF RI & configured the
STATE_SAVING = server in web.xml 

When Submit a Form, The View is not getting restored with the updated
ManagedBean which is early stored in t:saveState. 

How to synchronise the Updated Managed Bean with the latest view ?The
View always displays the old existing values from the managed bean 

The Situation is similar to
http://issues.apache.org/jira/browse/TOMAHAWK-134 

Can someone pls help me how to solve the problem. 

Thanks 

Shyam